codec property

The encoders/decoders of this class' properties.

Implementation

static BorshStructSizedCodec get codec => borsh.structSized({
  'key': borsh.u8,
  'supply': borsh.u64.string(),
  'maxSupply': borsh.u64.string().option(),
});