SuiSecp256r1PublicKey.fromStruct constructor
Creates an instance from a serialized structure.
Implementation
factory SuiSecp256r1PublicKey.fromStruct(Map<String, dynamic> json) {
return SuiSecp256r1PublicKey.fromBytes(json.asBytes("key"));
}
Creates an instance from a serialized structure.
factory SuiSecp256r1PublicKey.fromStruct(Map<String, dynamic> json) {
return SuiSecp256r1PublicKey.fromBytes(json.asBytes("key"));
}