UpdateSetting
Update the consume_user_resource_percent parameter of a smart contract
Body params:
owner_address
- Transaction creator address, in hex string format.contract_address
- The address of the contract to be modified, in hex string format.consume_user_resource_percent
- Consume user's resource percentage. It should be an integer between [0, 100]. if 0, means it does not consume user's resource until the developer's resource has been used uppermission_id
- Optional, for multi-signature usevisible
- Optional.Whehter the address is in base58 format.
Request
Response
Last updated