fromHex method
Constructs a Bip32Ed25519XPublicKey from a hex-encoded list of bytes.
Implementation
Bip32Ed25519XPublicKey fromHex(String string) {
return fromBytes(hex.decode(string));
}
Constructs a Bip32Ed25519XPublicKey from a hex-encoded list of bytes.
Bip32Ed25519XPublicKey fromHex(String string) {
return fromBytes(hex.decode(string));
}