AptosAddrConst class

Constructors

AptosAddrConst()

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

Static Properties

multiKeyAddressLayout Layout
Bcs layout for encdoing multikey address
no setter
singleKeyAddressLayout Layout
Bcs layout for encoding single key address
no setter

Constants

addressBytesLength → const int
aptos address bytes length
ed25519AddressFlag → const int
The Ed25519 signing scheme flag
maximumPublicKeys → const int
Max number of keys in the multi-signature account
minPublicKeys → const int
Minimum number of keys required
minthreshold → const int
Minimum threshold of required signatures
multiEd25519AddressFlag → const int
The multi-signature Ed25519 scheme flag
multikeyAddressFlag → const int
A multi-key signing scheme flag where multiple different types of keys are involved
multikeyMaxPublicKey → const int
multiKeyMaxSignature → const int
multikeyMinPublicKey → const int
shortAddressLength → const int
signleKeyAddressFlag → const int
A single key signing scheme flag (likely used for single-key accounts)
specialAddressLastBytesMax → const int