DeployContract¶
Deploy a smart contract. Returns an unsigned deployment transaction.
- Service:
Walletonly
rpc DeployContract (CreateSmartContract) returns (TransactionExtention) {}
See the corresponding HTTP endpoint at /wallet/deploycontract.
Deploy a smart contract. Returns an unsigned deployment transaction.
Wallet onlyrpc DeployContract (CreateSmartContract) returns (TransactionExtention) {}
See the corresponding HTTP endpoint at /wallet/deploycontract.