codec property

Implementation

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