export const MsgSubmitSDKTypeEIP712 = {
  Msg1: [
    {
      name: 'type',
      type: 'string',
    },
    {
      name: 'challenger',
      type: 'string',
    },
    {
      name: 'sp_operator_address',
      type: 'string',
    },
    {
      name: 'bucket_name',
      type: 'string',
    },
    {
      name: 'object_name',
      type: 'string',
    },
    {
      name: 'segment_index',
      type: 'uint32',
    },
    {
      name: 'random_index',
      type: 'bool',
    },
  ],
};
