VrfProof.fromRawJson constructor

VrfProof.fromRawJson(
  1. String str
)

Implementation

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