Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto-fix] interface type updated for Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant #248

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

gurbaj5124871
Copy link
Member

This is an automated generated pr
changelog

  • auto-fix: interface type updated for Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant

Block Data
network: osmosis-1
height: 18521078

errors

[
  {
    "path": "$input.transactions[1].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmwasm.wasm.v1.MsgExecuteContract"
      }
    }
  }
]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18632776
data:

[
  {
    "granter": "osmo1n3mhyp9fvcmuu8l0q8qvjy07x0rql8q4hx70uh",
    "grantee": "osmo1sn257vql5l6j8p4qnfmnlmgkws5r6lsmdhdl0j",
    "grant": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
      }
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[4].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
      }
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    msg: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18677356
data:

[
  {
    "granter": "osmo1fdrn2xjhp2nnevtkns6nc44cw4kmg2962ayjwa",
    "grantee": "osmo189cjyuft7m3rv52q63m3vqm8wr4plh698se9tx",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-07-31T08:03:53Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[3].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-07-31T08:03:53Z"
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18745907
data:

[
  {
    "granter": "osmo1u6jr0pztvsjpvx77rfzmtw49xwzu9kas4rh4cj",
    "grantee": "osmo18vjqv46d4ylkh0ztz7m58t8sa9x50shtmwaj8p",
    "grant": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmos.gov.v1beta1.MsgVote"
      }
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmos.gov.v1beta1.MsgVote"
      }
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    msg: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18777198
data:

[
  {
    "granter": "osmo108tz8jkxcw775nwprlc285968wm9g00a7xyyzk",
    "grantee": "osmo15hfzjddg3hrjwfgyf8m6xy67yp2ssk27u93zk8",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T13:19:38Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[11].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T13:19:38Z"
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18779310
data:

[
  {
    "granter": "osmo1kjzpqv393k4g064xh04j4hwy5d0s03wfjffeen",
    "grantee": "osmo1gfwerl66ldrmerdrj245kxqxfqpgk9cjx9mzhrqvz6wkn6xq0cmsgn6kat",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "10000000000"
          },
          {
            "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
            "amount": "1000000000"
          },
          {
            "denom": "uosmo",
            "amount": "1000000000"
          }
        ]
      },
      "expiration": "2025-08-02T20:15:25Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[7].messages[6].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "10000000000"
          },
          {
            "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
            "amount": "1000000000"
          },
          {
            "denom": "uosmo",
            "amount": "1000000000"
          }
        ]
      },
      "expiration": "2025-08-02T20:15:25Z"
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18792428
data:

[
  {
    "granter": "osmo1zs3he9z0qq8m92enemxm8zyr70thj9hyjt7y3q",
    "grantee": "osmo15hfzjddg3hrjwfgyf8m6xy67yp2ssk27u93zk8",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T21:20:19Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T21:20:19Z"
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18795990
data:

[
  {
    "granter": "osmo1zynm7thtcckktxdtnwttd337gtsaahk9zdm9zz",
    "grantee": "osmo12yvdcq6cctq66xr9z8hauj0mnhd3e6gu985gvy",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T23:11:20Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uosmo",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T23:11:20Z"
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18908262
data:

[
  {
    "granter": "osmo1fp45ju4wlmxx6m64m9dl9xyfa8ymjkdaenxjn8",
    "grantee": "osmo1pgml4nzrc5y6a0l7juxjs95rdc68reyc7sucez",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "20029222635"
          }
        ]
      }
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[3].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "20029222635"
          }
        ]
      }
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 18940375
data:

[
  {
    "granter": "osmo1rpljzzznm4nlkvm9hpsy0ycml4ckldkyk8q8tt",
    "grantee": "osmo10juf0rzs6509f5vdqdknam3xsk6tqm785f4ccu",
    "grant": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmwasm.wasm.v1.MsgInstantiateContract"
      }
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[9].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
        "msg": "/cosmwasm.wasm.v1.MsgInstantiateContract"
      }
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    msg: string;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an automated generated comment
Block Data
network: osmosis-1
height: 19060109
data:

[
  {
    "granter": "osmo1yvhfsfzmnqv43exsmu0klahdwtt7p70htsghq5",
    "grantee": "osmo1pgml4nzrc5y6a0l7juxjs95rdc68reyc7sucez",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "20010185184"
          }
        ]
      }
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant",
    "expected": "(Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantGenericAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantSendAuthorization | Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantDataGrantStakeAuthorization)",
    "value": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
            "amount": "20010185184"
          }
        ]
      }
    }
  }
]

interface:

export interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Osmosis1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Osmosis1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant