Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.05 KB

CreateNcwConnectionRequest.md

File metadata and controls

25 lines (13 loc) · 1.05 KB

CreateNcwConnectionRequest

Properties

Name Type Description Notes
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]
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: CreateNcwConnectionRequestFeeLevelEnum

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

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