AllowListProof.fromJson constructor

AllowListProof.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AllowListProof.fromJson(Map<String, dynamic> json) {
  return AllowListProof(timestamp: json["timestamp"]);
}