codec property
BorshStructSizedCodec
get
codec
The encoders/decoders of this
class' properties.
Implementation
static BorshStructSizedCodec get codec => borsh.structSized({
'unixTimestamp': borsh.i64,
'epoch': borsh.i64,
'custodian': borsh.pubkey,
});