thanks for your time. We were able to get the simple TestEmit2 test working thanks to your example, however we cannot get TestEmit3 which includes a tuple of the TestEmit2 object working. I can’t figure out the required ABI nor break down the topic properly, if possible could you show us the required ABI and topic for a tuple, or show us where we can find the documentation for connecting that with Moralis? Thanks again.
Here is the generated ABI and Topic
{
"anonymous": false,
"inputs": [
{
"components": [
{
"internalType": "enum TestList.NftTokenType",
"name": "nftTokenType",
"type": "uint8"
},
{
"internalType": "address",
"name": "nftTokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "nftTokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "nftNumTokens",
"type": "uint256"
}
],
"indexed": false,
"internalType": "struct TestList.Nft[]",
"name": "nfts",
"type": "tuple[]"
}
],
"name": "TestEmit3",
"type": "event"
}
Topic: TestEmit3(Nft[])