Signature contains the payload that was signed, the public keys of the keypairs used to produce the signature, the signature (encoded in hex), and the SignatureType. PublicKey is often times not known during construction of the signing payloads but may be needed to combine signatures properly.

Export

Interface

RosettaSignature

Hierarchy

  • RosettaSignature

Properties

hex_bytes: string

Memberof

RosettaSignature

public_key: RosettaPublicKey

Memberof

RosettaSignature

SignatureType is the type of a cryptographic signature.

Memberof

RosettaSignature

signing_payload: SigningPayload

Memberof

RosettaSignature

Generated using TypeDoc