MultisigResponse constructor
MultisigResponse({
- required MultisigAccount multisigAccount,
- required Uint8List callData,
- Uint8List? txHash,
Creates a new MultisigResponse.
Parameters:
multisigAccount: The multisig account configurationcallData: The SCALE-encoded call datatxHash: Optional transaction hash of the submitted transaction
Implementation
MultisigResponse({required this.multisigAccount, required this.callData, this.txHash});