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