Block component allowing users to deposit.
@orderly.network/hooks
and can be used without any configuration.ConnectionProvider
component within OrderlyAppProvider
.You can display the Deposit
component directly in your project:
You can also choose to displays the deposit
component through a modal:
(data: any) => void
Callback function after the deposit is complete, providing the status of the deposit transaction.
() => void
Callback function after the deposit has been canceled.
Block component allowing users to deposit.
@orderly.network/hooks
and can be used without any configuration.ConnectionProvider
component within OrderlyAppProvider
.You can display the Deposit
component directly in your project:
You can also choose to displays the deposit
component through a modal:
(data: any) => void
Callback function after the deposit is complete, providing the status of the deposit transaction.
() => void
Callback function after the deposit has been canceled.