metadata property

Map<String, dynamic>? metadata
final

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

final Map<String, dynamic>? metadata;