| Name | Type | Description | Notes |
|---|---|---|---|
| vaultAccountId | number | The ID of the vault to connect to the dApp. | [default to undefined] |
| feeLevel | string | The default fee level. Valid values are `MEDIUM` and `HIGH`. | [default to undefined] |
| uri | string | The WalletConnect uri provided by the dapp. | [default to undefined] |
| ncwId | string | The ID of the Non-Custodial Wallet to connect to the dApp. | [default to undefined] |
| ncwAccountId | number | The NCW account ID to connect to the dApp. | [default to undefined] |
| chainIds | Array<string> | The IDs of the blockchain networks used in the Web3 connection (Currently required in V1 connections only). | [optional] [default to undefined] |
-
Medium(value:'MEDIUM') -
High(value:'HIGH')
[Back to top] [Back to API list] [Back to Model list] [Back to README]