fromCbor method
Deserializes the type from cbor.
Implementation
Bip32Ed25519XPublicKey fromCbor(CborValue value) {
return fromBytes((value as CborBytes).bytes);
}
Deserializes the type from cbor.
Bip32Ed25519XPublicKey fromCbor(CborValue value) {
return fromBytes((value as CborBytes).bytes);
}