Skip to content

[auto-fix] interface type created for Noble1TrxMsgCosmosAuthzV1beta1MsgGrant#250

Draft
gurbaj5124871 wants to merge 1 commit intostagingfrom
types_noble-1_CosmosAuthzV1beta1MsgGrant
Draft

[auto-fix] interface type created for Noble1TrxMsgCosmosAuthzV1beta1MsgGrant#250
gurbaj5124871 wants to merge 1 commit intostagingfrom
types_noble-1_CosmosAuthzV1beta1MsgGrant

Conversation

@gurbaj5124871
Copy link
Contributor

This is an automated generated pr
changelog

  • auto-fix: interface type created for Noble1TrxMsgCosmosAuthzV1beta1MsgGrant

Block Data
network: noble-1
height: 9421185

errors

[
  {
    "path": "$input.transactions[0].messages[0].data.grant.authorization.msg",
    "expected": "string"
  }
]

Copy link
Contributor 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: noble-1
height: 9479352
data:

[
  {
    "granter": "noble16fktmjxxpcahu5w5lw9qysa4xhrlqagrcwglqt",
    "grantee": "noble13ttpwjxmh8464gqm3a7z5kkf2n23y32wrdukty",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uusdc",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-02T16:11:38Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant.authorization.msg",
    "expected": "string"
  }
]

interface:

export interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Noble1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Contributor 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: noble-1
height: 9502165
data:

[
  {
    "granter": "noble1wewlradmcw3zlsju94cfg5jq45ppawgdsn9nf9",
    "grantee": "noble1wtcp7m7589vdmsse30rsrlt357dwy0qy58us0k",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uusdc",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-03T00:33:13Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant.authorization.msg",
    "expected": "string"
  }
]

interface:

export interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Noble1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    denom: string;
    amount: string;
}

Copy link
Contributor 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: noble-1
height: 9695171
data:

[
  {
    "granter": "noble1c70jgxdt0xzpmhf6eea04vcqtxs2rf66mh57s3",
    "grantee": "noble1wtcp7m7589vdmsse30rsrlt357dwy0qy58us0k",
    "grant": {
      "authorization": {
        "@type": "/cosmos.bank.v1beta1.SendAuthorization",
        "spendLimit": [
          {
            "denom": "uusdc",
            "amount": "126000"
          }
        ]
      },
      "expiration": "2034-08-05T22:11:26Z"
    }
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.grant.authorization.msg",
    "expected": "string"
  }
]

interface:

export interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrant {
    type: string;
    data: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantData {
    granter: string;
    grantee: string;
    grant: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantGrant {
    authorization: Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization;
    expiration: string;
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantAuthorization {
    '@type': string;
    spendLimit: Noble1TrxMsgCosmosAuthzV1Beta1MsgGrantSpendLimitItem[];
}
interface Noble1TrxMsgCosmosAuthzV1beta1MsgGrantSpendLimitItem {
    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