How to listen to the Lifecycle Status
The Lifecycle Status is a TypeScript object that provides easy access to thestatusName
and statusData
properties,
allowing you to stay informed and responsive.
Lifecycle Status
The Lifecycle Status includes 3 states common to all components:init
The component is initialized and ready for use.
success
The component has successfully completed its main action, such as swap
or transaction
.