The information about a transaction that signs a message. You can provide the message either as raw data or as structured data.
Name | Type | Description | Notes |
---|---|---|---|
requestId | String | The request ID that is used to track a transaction request. The request ID is provided by you and must be unique within your organization. | |
chainId | String | The chain ID, which is the unique identifier of a blockchain. You can retrieve the IDs of all the chains you can use by calling List enabled chains. | |
source | MessageSignSource | ||
destination | MessageSignDestination | ||
description | String | The description of the message signing transaction. | [optional] |
categoryNames | List<String> | The custom category for you to identify your transactions. | [optional] |