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

RosettaAccount

Hierarchy

  • RosettaAccount

Properties

address: string

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

Memberof

RosettaAccount

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

RosettaAccount

sub_account?: RosettaSubAccount

Memberof

RosettaAccount

Generated using TypeDoc