getSignMessageById
connectClient.evm.getSignMessageById(params) ⇒
Fetch an initiated message by ID. Poll this to check status and get the signature when complete.
Kind: instance method of ConnectClient
Returns: Promise with the signed message response
Throws:
ArmorySdkException
If there's an error retrieving the signed message
Param
Description
params
Parameters for retrieving the signed message
params.id
Unique identifier of the signed message
params.connectionId
Unique identifier of the provider connection
params.accessToken
Optional access token for authentication
Example
Last updated