export const MsgMirrorGroupSDKTypeEIP712 = {
Msg1: [
{
name: 'dest_chain_id',
type: 'uint32',
},
{
name: 'group_name',
type: 'string',
},
{
name: 'id',
type: 'string',
},
{
name: 'operator',
type: 'string',
},
{
name: 'type',
type: 'string',
},
],
};