metadata property

Map<String, dynamic>? metadata
getter/setter pair

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.

Implementation

Map<String, dynamic>? metadata;