XChainCreateClaimId.fromJson constructor
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);