Block component allowing users to withdraw.Documentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
Features
- The component is already integrated with
@orderly.network/hooksand can be used without any configuration. - The component handles checks on the user’s status, as well as connection to the wallet.
- The component must be used within the
ConnectionProvidercomponent withinOrderlyAppProvider.
Usage
Static mode
You can display theWithdraw component directly in your project:
Modal mode
You can also choose to displays thewithdraw component through a modal:
AssetsProvider
APIs
onOk
- Type:
(data: any) => void - Required: false
onCancel
- Type:
() => void - Required: false