codec property
The encoders/decoders of this class' properties.
Implementation
static final BorshStructSizedCodec codec = borsh.structSized({
  'rentExemptReserve': borsh.u64,
  'authorized': Authorized.codec,
  'lockup': Lockup.codec,
});The encoders/decoders of this class' properties.
static final BorshStructSizedCodec codec = borsh.structSized({
  'rentExemptReserve': borsh.u64,
  'authorized': Authorized.codec,
  'lockup': Lockup.codec,
});