metadata property

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

Transactions that are related to other transactions (like a cross-shard transaction) should include the tranaction_identifier of these transactions in the metadata.

Implementation

Map<String, dynamic>? metadata;