XChainAccountCreateCommit.fromJson constructor
Implementation
XChainAccountCreateCommit.fromJson(Map<String, dynamic> json)
: xchainBridge = XChainBridge.fromJson(json["xchain_bridge"]),
amount = parseBigInt(json["amount"])!,
destination = json["destination"],
signatureReward = parseBigInt(json["signature_reward"])!,
super.json(json);