codec property
BorshStructSizedCodec
get
codec
The encoders/decoders of this
class' properties.
Implementation
static BorshStructSizedCodec get codec => borsh.structSized({
'size': borsh.u64,
});
The encoders/decoders of this
class' properties.
static BorshStructSizedCodec get codec => borsh.structSized({
'size': borsh.u64,
});