XChainCreateClaimId.fromJson constructor

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

Implementation

XChainCreateClaimId.fromJson(Map<String, dynamic> json)
    : xchainBridge = XChainBridge.fromJson(json["xchain_bridge"]),
      signatureReward = parseBigInt(json["signature_reward"])!,
      otherChainSource = json["other_chain_source"],
      super.json(json);