SolanaMultiSigAccount class

Multisignature data.

Inheritance

Constructors

SolanaMultiSigAccount({required SolAddress address, required int numberOfSigners, required int numberOfPossibleSigners, required bool isInitialized, required List<SolAddress> signers})
const
SolanaMultiSigAccount.fromBuffer({required List<int> data, required SolAddress address})
factory

Properties

address SolAddress
final
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Is true if this structure has been initialized
final
layout → StructLayout
The layout representing the structure of the object for serialization.
no setteroverride
numberOfPossibleSigners int
Number of valid signers
final
numberOfSigners int
Number of signers required
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signers List<SolAddress>
Signer addresses
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
Serializes the object to a map.
override
toBytes() List<int>
Converts the object to bytes using Borsh serialization.
inherited
toHex() String
Converts the object to a hexadecimal string.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited