export const MsgAttestSDKTypeEIP712 = { Msg1: [ { name: 'type', type: 'string', }, { name: 'submitter', type: 'string', }, { name: 'challenge_id', type: 'uint64', }, { name: 'object_id', type: 'string', }, { name: 'sp_operator_address', type: 'string', }, { name: 'vote_result', type: 'string', }, { name: 'challenger_address', type: 'string', }, ], };