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