codec property

BorshStructSizedCodec codec
final

The encoders/decoders of this class' properties.

Implementation

static final BorshStructSizedCodec codec = borsh.structSized({
  'rentExemptReserve': borsh.u64,
  'authorized': Authorized.codec,
  'lockup': Lockup.codec,
});