The account_identifier uniquely identifies an account within a network. All fields in the account_identifier are utilized to determine this uniqueness (including the metadata field, if populated).

Export

Interface

RosettaAccountIdentifier

Hierarchy

  • RosettaAccountIdentifier

Properties

address: string

The address may be a cryptographic public key (or some encoding of it) or a provided username.

Memberof

RosettaAccountIdentifier

metadata?: object

Blockchains that utilize a username model (where the address is not a derivative of a cryptographic public key) should specify the public key(s) owned by the address in metadata.

Memberof

RosettaAccountIdentifier

sub_account?: RosettaSubAccount

Memberof

RosettaAccountIdentifier

Generated using TypeDoc