VrfProof.fromRawJson constructor
VrfProof.fromRawJson(
- String str
Implementation
factory VrfProof.fromRawJson(String str) =>
VrfProof.fromJson(json.decode(str));
factory VrfProof.fromRawJson(String str) =>
VrfProof.fromJson(json.decode(str));