Keychain class

Constructors

Keychain(Uint8List? seed, {int? version, Map<String, Service>? services})
Keychain.serviceUCO(Uint8List? seed, {int? version = 1})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed Uint8List?
getter/setter pair
services Map<String, Service>?
getter/setter pair
version int?
getter/setter pair

Methods

addService(String name, String derivationPath, {String curve = 'ed25519', String hashAlgo = 'sha256'}) → void
buildTransaction(Transaction transaction, String serviceName, int index, {String? curve = 'ed25519', String? hashAlgo = 'sha256'}) Transaction
deriveAddress(String serviceName, {int index = 0}) Uint8List
deriveKeypair(String serviceName, {int index = 0}) KeyPair
encode() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDID() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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