Skip to content

Conversation

@gurbaj5124871
Copy link
Contributor

This is an automated generated pr
changelog

  • auto-fix: interface type updated for Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContract

Block Data
network: neutron-1
height: 12846287

errors

[
  {
    "path": "$input.transactions[0].messages[0].data.funds",
    "expected": "undefined",
    "value": [
      {
        "denom": "untrn",
        "amount": "1000"
      }
    ]
  }
]

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: neutron-1
height: 12846985
data:

[
  {
    "sender": "neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs",
    "admin": "neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs",
    "codeId": "1635",
    "label": "cosmoburn ibc transfer 0.1",
    "msg": {},
    "funds": [
      {
        "denom": "untrn",
        "amount": "1000"
      }
    ]
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.funds",
    "expected": "undefined",
    "value": [
      {
        "denom": "untrn",
        "amount": "1000"
      }
    ]
  }
]

interface:

export interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContract {
    type: string;
    data: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractData;
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractData {
    sender: string;
    admin: string;
    codeId: string;
    label: string;
    msg: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractMsg;
    funds: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractFundsItem[];
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractMsg {
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractFundsItem {
    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: neutron-1
height: 12847546
data:

[
  {
    "sender": "neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs",
    "admin": "neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs",
    "codeId": "1641",
    "label": "cosmoburn funds dist 0.1",
    "msg": {
      "tracker_denom": "factory/neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs/simon",
      "admin_addr": "neutron1utv6r92w5w0s4g37qr8qavx8jgfeus6yyux2hs",
      "tracker_addr": "neutron1jaleqjr625y24sphfrydcmrw7u0c6m2jawwq645wwxvfv063s2msj5vnm9",
      "distrib_strategy": "DistribReceivedCoins",
      "treasury_addr": "neutron1l3k7yexpcchttfestfnfdvfjqml5pfeajrj5ql"
    },
    "funds": [
      {
        "denom": "untrn",
        "amount": "1000"
      }
    ]
  }
]

errors:

[
  {
    "path": "$input.transactions[0].messages[0].data.funds",
    "expected": "undefined",
    "value": [
      {
        "denom": "untrn",
        "amount": "1000"
      }
    ]
  }
]

interface:

export interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContract {
    type: string;
    data: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractData;
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractData {
    sender: string;
    admin: string;
    codeId: string;
    label: string;
    msg: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractMsg;
    funds: Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractFundsItem[];
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractMsg {
    tracker_denom: string;
    admin_addr: string;
    tracker_addr: string;
    distrib_strategy: string;
    treasury_addr: string;
}
interface Neutron1TrxMsgCosmwasmWasmV1MsgInstantiateContractFundsItem {
    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.

2 participants