KeychainUtil mixin

A mixin providing utility methods to interact with the Archethic blockchain keychain.

This mixin includes functions to verify the existence of a keychain, retrieve keychain addresses, and perform related cryptographic operations.

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

checkKeychain(String endpoint, Uint8List pubkey) Future<bool>
Checks if a keychain exists for the given public key on the specified endpoint.
keychainAddresses(String endpoint, Uint8List pubkey) Future<List<String>>
Retrieves the list of keychain addresses associated with the given 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