본문으로 건너뛰기

1개 문서가 "AntelopeIO/docs/tree/main/docs/04_protocol/02_transactions_protocol.md" 태그에 분류되었습니다

모든 태그 보기

Transactions Protocol

Actions define atomic behaviors within a smart contract. At a higher level, transactions define groups of actions that execute atomically within a decentralized application. Analogously to a database transaction, the group of actions that form a blockchain transaction must all succeed, one by one, in a predefined order, or else the transaction will fail. To maintain transaction atomicity and integrity in case of a failed transaction, the blockchain state is restored to a state consistent with the state prior to processing the transaction. This guarantees that no side effects arise from any actions executed prior to the point of failure.