SuiAddrConst class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- addressBytesLength → const int
- sui address bytes length
- ed25519AddressFlag → const int
- The Ed25519 signing scheme flag
- multisigAccountMaxPublicKey → const int
- multisigAccountMaxThreshold → const int
- multisigAccountMinThreshold → const int
- multisigAccountPublicKeyMaxWeight → const int
- multisigAccountPublicKeyMinWeight → const int
- multisigAddressFlag → const int
- A multi-key signing scheme flag where multiple different types of keys are involved
- secp256k1AddressFlag → const int
- The secp256k1 scheme flag
- secp256r1AddressFlag → const int
- The secp256r1 scheme flag
- specialAddressLastBytesMax → const int