Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/types/chain/noble-1/IRangeBlockNoble1TrxMsg.ts
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;
}

Original file line number Diff line number Diff line change
Expand Up @@ -641,3 +641,27 @@ export interface Noble1TrxMsgIbcCoreClientV1MsgUpdateClient
signer: string;
};
}



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;
}