export const MsgWithdrawSDKTypeEIP712 = { Msg1: [ { name: 'type', type: 'string', }, { name: 'creator', type: 'string', }, { name: 'from', type: 'string', }, { name: 'amount', type: 'string', }, ], };