codec property

The encoders/decoders of this class' properties.

Implementation

static BorshStructSizedCodec get codec => borsh.structSized({
  'useMethod': borsh.enumeration(MetadataUseMethod.values),
  'remaining': borsh.u64,
  'total': borsh.u64,
});