Last updated
curl --request POST \
--url http://seed1t4.neo.org:20332/ \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "invokefunction",
"params": [
"0x152fa9ceeb2c83f40e3d3d6da6c1f8898dd4891a",
"setPrice",
[
{
"type": "Array",
"value": [
{
"type": "Integer",
"value": "800000000"
},
{
"type": "Integer",
"value": "-1"
},
{
"type": "Integer",
"value": "-1"
},
{
"type": "Integer",
"value": "20000000000"
},
{
"type": "Integer",
"value": "6000000000"
}
]
}
],
[
{
"account": "NbbBtdAbiCdvCaAhdT5dCgrZsAn1ZaUdot",
"scopes": "Global"
}
]
],
"id": 1
}'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"script": "AwC8oGUBAAAAAwDIF6gEAAAADw8CAAivLxXAEcAfDAhzZXRQcmljZQwUtsvAuQCZmxOMoLKgXYpTdrdVg1NBYn1bUg==",
"state": "HALT",
"gasconsumed": "418093",
"exception": null,
"stack": [
{
"type": "Any"
}
]
}
}