undedoloremque
Version:
Green Field JS SDK
31 lines (30 loc) • 447 B
text/typescript
export const MsgDeletePolicySDKTypeEIP712 = {
Msg1: [
{
name: 'type',
type: 'string',
},
{
name: 'operator',
type: 'string',
},
{
name: 'resource',
type: 'string',
},
{
name: 'principal',
type: 'TypeMsg1Principal',
},
],
TypeMsg1Principal: [
{
name: 'type',
type: 'string',
},
{
name: 'value',
type: 'string',
},
],
};