본문으로 건너뛰기

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