codec property
BorshStructSizedCodec
get
codec
The encoders/decoders of this
class' properties.
Implementation
static BorshStructSizedCodec get codec => borsh.structSized({
'voterPubkey': borsh.pubkey,
'stake': borsh.u64,
'activationEpoch': borsh.u64,
'deactivationEpoch': borsh.u64,
'warmupCooldownRate': borsh.f64,
});