utils/key_convert library
Functions
-
extendedPrivateKeyFromSeed(
String seed) → List< int> - Converts a seed to an extended private key.
-
extendedPrivateKeyFromUri(
String uri) → Future< List< int> > - Converts a URI to an extended private key.
-
privateKeyFromUri(
String uri) → Future< List< int> > - Converts a URI to a private key.
-
publicKeyFromAddress(
String address) → List< int> - Converts an address to a public key.
-
publicKeyFromSeed(
String seed) → List< int> - Converts a seed to a public key.
-
publicKeyFromUri(
String uri) → Future< List< int> > - Converts a URI to a public key.