SigningPayload
SigningPayload is signed by the client with the keypair associated with an address using the specified SignatureType. SignatureType can be optionally populated if there is a restriction on the signature scheme that can be used to sign the payload.
Properties
Name | Type | Description | Required |
---|---|---|---|
address | String | The network-specific address of the account that should sign the payload. | True |
hex_bytes | String | True | |
signature_type | SignatureType | SignatureType is the type of a cryptographic signature. | False |
Example
{
"address": "string",
"hex_bytes": "string",
"signature_type": "ecdsa"
}