跳到主要内容

1 篇文档带有标签「AntelopeIO/docs/tree/main/docs/02_getting-started/03_smart-contract-development/07_inline-action-to-external-contract.md」

查看所有标签

Inline Actions to External Contracts

Previously, we sent an inline action to an action that was defined in the contract. In this part of the tutorial, we'll explore sending actions to an external contract. Since we've already gone over quite a bit of contract authoring, we'll keep this contract extremely simple. We'll author a contract that counts actions written by the contract. This contract has very little real-world use, but will demonstrate inline action calls to an external contract