toJson method
Converts this MultisigResponse to a JSON representation.
This is useful for serializing multisig operation results for storage. Note that txHash is excluded from the JSON output.
Returns: A Map<String, dynamic> containing the multisigAccount and callData.
Implementation
Map<String, dynamic> toJson() => _$MultisigResponseToJson(this);