Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 990 Bytes

CreateVaultAccountConnectionRequest.md

File metadata and controls

24 lines (12 loc) · 990 Bytes

CreateVaultAccountConnectionRequest

Properties

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]
chainIds Array<string> The IDs of the blockchain networks used in the Web3 connection (Currently required in V1 connections only). [optional] [default to undefined]

Enum: CreateVaultAccountConnectionRequestFeeLevelEnum

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

[Back to top] [Back to API list] [Back to Model list] [Back to README]