multisig/multisig_base library

Classes

Multisig
Main class for managing multisig operations on a Substrate-based blockchain.
MultisigAccount
Represents a multisig account configuration with signatories and approval threshold.
MultisigResponse
Response object returned by multisig operations.
MultisigStorage
Represents the on-chain storage state of a multisig transaction
MultisigStorageStatus
Status information for a pending multisig transaction.
TimePoint
Represents a precise point in time on the blockchain.
Uint8ListConverter
JSON converter for Uint8List byte arrays.
Uint8ListListConverter
JSON converter for lists of Uint8List byte arrays.
Weight
Represents the computational weight parameters for executing a blockchain call.

Typedefs

FutureCallback = Future<Function>
Type alias for future callback functions.