fromXdrJson static method
Parses the SEP-0051 XDR-JSON rendering of a XdrContractCostParamEntry.
Implementation
static XdrContractCostParamEntry fromXdrJson(String json) => fromXdrJsonValue(
XdrJsonHelper.decodeDocument(json, type: 'XdrContractCostParamEntry'),
);