Protected
callcallSCParams.
A promise that resolves to an Operation object representing the transaction.
Protected
checkProtected
deployDeploys a smart contract on the blockchain.
Optional deployment details with defaults as follows:
The deployed smart contract.
If the account has insufficient balance to deploy the smart contract.
Protected
getReturns the gas estimation for a given function.
callSCParams.
The gas estimation for the function.
To avoid running out of gas, the gas estimation is increased by 20%.
If the read operation returns an error.
Reads smart contract function.
readSCParams.
A promise that resolves to a ReadSCData.
Executes a smart contract call operation