metadata property

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

Account-based blockchains that utilize a nonce or sequence number should include that number in the metadata. This number could be unique to the identifier or global across the account address.

Implementation

Map<String, dynamic>? metadata;