export const MsgVoteSDKTypeEIP712 = {
  Msg1: [
    {
      name: 'metadata',
      type: 'string',
    },
    {
      name: 'option',
      type: 'string',
    },
    {
      name: 'proposal_id',
      type: 'uint64',
    },
    {
      name: 'type',
      type: 'string',
    },
    {
      name: 'voter',
      type: 'string',
    },
  ],
};
