PublicKey contains a public key byte array for a particular CurveType encoded in hex. Note that there is no PrivateKey struct as this is NEVER the concern of an implementation.

Export

Interface

RosettaPublicKey

Hierarchy

  • RosettaPublicKey

Properties

Properties

CurveType is the type of cryptographic curve associated with a PublicKey.

Memberof

RosettaPublicKey

hex_bytes: string

Hex-encoded public key bytes in the format specified by the CurveType.

Memberof

RosettaPublicKey

Generated using TypeDoc