AptosAddrEncoder class
Implementation of the BlockchainAddressEncoder for Aptos address.
- Implemented types
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
-
encodeKey(
List< int> pubKey, [Map<String, dynamic> kwargs = const {}]) → String -
This method is used to create an Aptos
ED25519
address from public key.override -
encodeMultiEd25519Key(
{required List< Ed25519PublicKey> publicKeys, required int threshold}) → String -
This method is used to create an Aptos
MultiEd25519
address from ED25519 public keys. -
encodeMultiKey(
{required List< IPublicKey> publicKeys, required int requiredSignature}) → String -
This method is used to create an Aptos
MultiKey
address from (ED25519 or Secp256k1) public keys. -
encodeSingleKey(
IPublicKey pubKey) → String -
This method is used to create an Aptos
SingleKey
address from (ED25519, Sec256k1) public key. -
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