Keychain class
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