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