codec property

The encoders/decoders of this class' properties.

Implementation

static BorshStructSizedCodec get codec => borsh.structSized({
      'staker': borsh.pubkey,
      'withdrawer': borsh.pubkey,
    });