post https://infragrid.v.network/wallet/updateentropylimit
更新合约的 origin_entropy_limit, 返回未签名交易, 需要签名后广播.
Log in to see full request history
部署合约,返回 TransactionExtention,其中包含未签名的交易。
Responses
更新合约的 origin_entropy_limit, 返回未签名交易, 需要签名后广播.
xxxxxxxxxx
12curl --request POST \
--url https://infragrid.v.network/wallet/updateentropylimit \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"owner_address": "46bed31c10a7670fbf4377da31d11804a825666ca9",
"abi": "[{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"uint256\"},{\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"set\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"uint256\"}],\"name\":\"get\",\"outputs\":[{\"name\":\"value\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
"contract_address": "46a740c37f027c6dcbca20451c48e1bf5eff9c6d52",
"origin_entropy_limit": 1000
}
'
Try It!
to start a request and see the response here! Or choose an example: