encode static method

void encode(
  1. XdrDataOutputStream stream,
  2. XdrLedgerKeyAccount encodedLedgerKeyAccount
)

Implementation

static void encode(
    XdrDataOutputStream stream, XdrLedgerKeyAccount encodedLedgerKeyAccount) {
  XdrAccountID.encode(stream, encodedLedgerKeyAccount.accountID);
}