SignerEntry class

Represents one entry in a list of multi-signers authorized to an account.

Inheritance

Constructors

SignerEntry.new({required String account, required int signerWeight, String? walletLocator})
SignerEntry.fromJson(Map<String, dynamic> json)

Properties

account String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signerWeight int
final
validate String?
no setterinherited
walletLocator String?
walletLocator An arbitrary 256-bit (32-byte) field that can be used to identify the signer, which may be useful for smart contracts, or for identifying who controls a key in a large organization.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the object to a JSON representation.
override
toString() String
A string representation of this object.
inherited

Operators

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