Contract
Properties
Functions
Blockchain Contract Actions
let contract = eoslime.Contract.at(ABI_PATH, CONTRACT_NAME, EXECUTOR_1);
// EXECUTOR_1 will execute `doSmth` transaction on the blockchain
await contract.actions.doSmth('Something'); Options
makeInline
getRawWASM()
Table getters
Last updated