MultiSigMeta class
Constructors
- MultiSigMeta({required int blockNumber, required Uint8List blockHash, required Uint8List genesisHash, required int specVersion, required int transactionVersion, required RuntimeMetadata runtimeMetadata})
-
const
Properties
- blockHash → Uint8List
-
final
- blockNumber → int
-
final
- genesisHash → Uint8List
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeMetadata → RuntimeMetadata
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specVersion → int
-
final
- transactionVersion → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromProvider(
{required Provider provider}) → Future< MultiSigMeta>