decode static method

XdrAccountEntryV1 decode(
  1. XdrDataInputStream stream
)

Implementation

static XdrAccountEntryV1 decode(XdrDataInputStream stream) {
  return XdrAccountEntryV1(
      XdrLiabilities.decode(stream), XdrAccountEntryV1Ext.decode(stream));
}