getRawSignRequest
connectClient.getRawSignRequest(params) ⇒
Retrieves a raw sign request by ID. Poll this to check status and get the signature when complete.
Kind: instance method of ConnectClient
Returns: Promise with the raw sign request response
Throws:
ArmorySdkException
If there's an error retrieving the raw sign request
Param
Description
params
Parameters for retrieving the raw sign request
params.id
Unique identifier of the raw sign request
params.connectionId
Connection identifier
params.accessToken
Access token for authentication
Last updated