decode static method

Implementation

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