Search code examples
solidityeverscale

How to run functions which accept structs as input parameters from tondev?


For example, I have a function

function addClaimers(ClaimItemImport[] claimItems) onlyOwner external

and the ClaimItemImport struct looks as follows:

struct ClaimItemImport {
    uint128 balance;
    uint256 claimAddress;
}

How to call it from tondev with parameters?

This does not work:

tondev contract run Contract.abi.json --address XYZ addClaimers -i claimItems:[[123, 0x123], [456, 0x456]]


Solution

  •     --address 0:540c1837656674d548c934258ddec9b5fd11b543da977b0016c14b5650bc7eb5 \
        --input '{ "point": { "color": "red", "center": { "x": 1, "y": 2 } } }'
    

    Check readme in the end of this section https://github.com/tonlabs/tondev#run-contract-deployed-on-the-network