signRaw
connectClient.signRaw(params) ⇒
Signs a raw message using a provider connection.
Kind: instance method of ConnectClient
Returns: Promise with the signed raw message response
Throws:
ArmorySdkException
If there's an error signing the raw message
Param
Description
params
Parameters for signing the raw message
params.data
Raw message signing request data
params.connectionId
Connection identifier
params.accessToken
Access token for authentication
Last updated