Skip to content

Commit

Permalink
Update TRON_Wallet_RPC-API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taihaofu committed Mar 18, 2019
1 parent dad65a7 commit f88d555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ rpc DeployContract (CreateSmartContract) returns (TransactionExtention) {};\
80.2 Nodes
FullNode.
80.3 Parameters
CreateSmartContract: message type for creating a new smart contract, including owner_address, new_contract, call_token_value(trc10), token_id(trc10) \
CreateSmartContract: message type for creating a new smart contract, including owner_address, new_contract(a SmartContract Object), call_token_value(trc10), token_id(trc10) \
new_contract: origin_address(contract deployer address), contract_address, abi, bytecode, call_value(trx), consume_user_resource_percent(user energy consume percentage), name(contract name), origin_energy_limit(the energy limit developer willing to afford for a trigger operation).
80.4 Returns
TransactionExtention: a message type contains transaction, transaction_id, constant_result and on-block result.

Expand Down

0 comments on commit f88d555

Please sign in to comment.