Skip to main content

Type alias: Continuation

type Continuation: object;

Continuations in a contract call. These are the call operations a smart contract is asked to emit if it succeeds or fails.

This can be compared to a Promise's success and failure paths. Multiple are allowed in order to invoke parallel behavior.

Type declaration

MemberType
onFailurePreparedCallInfo
onSuccessPreparedCallInfo

Coinweb © 2024