SmartContractService

RPCRequestResponseComments

createContract

Creates a contract

updateContract

Updates a contract with the content

contractCallMethod

Calls a contract

getContractInfo

Retrieves the contract information

contractCallLocalMethod

Calls a smart contract to be run on a single node

ContractGetBytecode

Retrieves the byte code of a contract

getBySolidityID

Retrieves a contract by its Solidity address

getTxRecordByContractID

Retrieves the 25-hour records stored for a contract

deleteContract

Deletes a contract instance and transfers any remaining hbars to a specified receiver

systemDelete

Deletes a contract if the submitting account has network admin privileges

systemUndelete

Undeletes a contract if the submitting account has network admin privileges

Last updated