Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 821 Bytes

CreateNcwConnectionRequest.md

File metadata and controls

26 lines (14 loc) · 821 Bytes

CreateNcwConnectionRequest

Properties

Name Type Description Notes
ncwId String The ID of the Non-Custodial Wallet to connect to the dApp.
ncwAccountId BigDecimal The NCW account ID 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"