txHash property

  1. @JsonKey.new(includeToJson: false, includeFromJson: false)
Uint8List? txHash
final

The transaction hash of the submitted approval/execution transaction.

This is excluded from JSON serialization as it's transaction-specific and not part of the persistent multisig configuration.

Implementation

@JsonKey(includeToJson: false, includeFromJson: false)
final Uint8List? txHash;