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 003efcf commit 47c8f3d
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 @@ -474,7 +474,8 @@ rpc DeployContract (CreateSmartContract) returns (TransactionExtention) {};\
FullNode.
80.3 Parameters
CreateSmartContract: message type for creating a new smart contract, including owner_address(transaction sender 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).\
>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 47c8f3d

Please sign in to comment.