decode static method
- XdrDataInputStream stream
Implementation
static XdrLedgerKeyOffer decode(XdrDataInputStream stream) {
return XdrLedgerKeyOffer(
XdrAccountID.decode(stream), XdrUint64.decode(stream));
}
static XdrLedgerKeyOffer decode(XdrDataInputStream stream) {
return XdrLedgerKeyOffer(
XdrAccountID.decode(stream), XdrUint64.decode(stream));
}