Version 1.0.1
Payable contract actions
There are cases, when you need to execute a contract function and pay some tokens, but this could be done by processing two transactions. The first one is to your contract, the second one is to eosio.token contract. But what about if the tokens transfer reverts and the transaction to your contract is successful. That is what payable contract actions are purposed for. You should be able to execute an atomic transaction constructed by both actions above.
Table query scope
Scope was added to the table query chain. If you skip scope, the default one will be set to from value
Last updated
Was this helpful?