XChainClaim.fromJson constructor
Implementation
XChainClaim.fromJson(Map<String, dynamic> json)
: xchainBridge = XChainBridge.fromJson(json["xchain_bridge"]),
xchainClaimId = json["xchain_claim_id"],
amount = CurrencyAmount.fromJson(json["amount"]),
destination = json["destination"],
destinationTag = json["destination_tag"],
super.json(json);