undedoloremque
Version:
Green Field JS SDK
33 lines (32 loc) • 497 B
text/typescript
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',
},
],
};