MultisigResponse class
Constructors
-
MultisigResponse({required String callData, required String callHash, required int threshold, required List<
String> allSignatories}) -
MultisigResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
allSignatories
→ List<
String> -
final
- callData → String
-
final
- callHash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- multisigBytes → Uint8List
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threshold → int
-
final
Methods
-
approveAsMulti(
Provider provider, KeyPair keyPair, {Duration storageKeyDelay = const Duration(seconds: 25)}) → Future< bool> - ApproveAsMulti
-
asMulti(
Provider provider, KeyPair keyPair, {Duration storageKeyDelay = const Duration(seconds: 20)}) → Future< bool> ? - AsMulti
-
cancelAsMulti(
Provider provider, KeyPair keyPair, {Duration storageKeyDelay = const Duration(seconds: 20)}) → Future< bool> - CancelAsMulti (Only the owner can cancel the multisig call.)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited