txHash property
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;