Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 743 Bytes

CreateVaultAccountConnectionRequest.md

File metadata and controls

25 lines (13 loc) · 743 Bytes

CreateVaultAccountConnectionRequest

Properties

Name Type Description Notes
vaultAccountId BigDecimal The ID of the vault to connect to the dApp.
feeLevel FeeLevelEnum The default fee level. Valid values are `MEDIUM` and `HIGH`.
uri String The WalletConnect uri provided by the dapp.
chainIds List<String> The IDs of the blockchain networks used in the Web3 connection (Currently required in V1 connections only). [optional]

Enum: FeeLevelEnum

Name Value
MEDIUM "MEDIUM"
HIGH "HIGH"