metadata property

Map<String, dynamic>? metadata
final

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

final Map<String, dynamic>? metadata;