codec property

BorshStructCodec codec
final

The encoders/decoders of this class' properties.

Implementation

static final BorshStructCodec codec = borsh.struct({
  'meta': borsh.enumeration(StakeAccountType.values),
  'info': StakeAccountInfo.codec.option(),
});