codec property
BorshStructSizedCodec
get
codec
Implementation
static BorshStructSizedCodec get codec => borsh.structSized({
'accountType': borsh.enumeration(AccountType.values),
'maxValidators': borsh.u32,
});