metadata property

Map<String, dynamic>? metadata
final

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

Implementation

final Map<String, dynamic>? metadata;