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.

Export

Interface

SigningPayload

Hierarchy

  • SigningPayload

Properties

account_identifier?: RosettaAccount

Memberof

SigningPayload

address?: string

[DEPRECATED by account_identifier in v1.4.4] The network-specific address of the account that should sign the payload.

Memberof

SigningPayload

hex_bytes: string

Memberof

SigningPayload

SignatureType is the type of a cryptographic signature.

Memberof

SigningPayload

Generated using TypeDoc