decode static method

Implementation

static XdrLedgerKeyAccount decode(XdrDataInputStream stream) {
  XdrLedgerKeyAccount decodedLedgerKeyAccount =
      XdrLedgerKeyAccount(XdrAccountID.decode(stream));
  return decodedLedgerKeyAccount;
}