getUnstakeById
connectClient.getUnstakeById(params) ⇒
Retrieves details of a specific unstake operation.
Kind: instance method of ConnectClient
Returns: Unstake operation details
Throws:
ArmorySdkException
If there's an error retrieving the unstake operation
Param
Description
params
Parameters for retrieving the unstake operation
params.unstakeId
Unique identifier of the unstake operation
params.connectionId
Connection identifier
params.accessToken
Access token for authentication
Last updated