fromXdrJson static method

XdrLedgerCloseMetaV1 fromXdrJson(
  1. String json
)

Parses the SEP-0051 XDR-JSON rendering of a XdrLedgerCloseMetaV1.

Implementation

static XdrLedgerCloseMetaV1 fromXdrJson(String json) => fromXdrJsonValue(
  XdrJsonHelper.decodeDocument(json, type: 'XdrLedgerCloseMetaV1'),
);