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