export const MsgSettleSDKTypeEIP712 = {
  Msg1: [
    {
      name: 'global_virtual_group_family_id',
      type: 'uint32',
    },
    {
      name: 'global_virtual_group_ids',
      type: 'uint32[]',
    },
    {
      name: 'storage_provider',
      type: 'string',
    },
    {
      name: 'type',
      type: 'string',
    },
  ],
};
