# Configuration

kycdao-mobile - v0.1.0 / Configuration

A set of configuration options to initialize the kycDAO SDK

# Table of contents

# Constructors

  • constructor

# Properties

  • environment
  • networkConfigs

# Constructors

# constructor

new Configuration(environment, networkConfigs?)

Creates a configuration

# Parameters

Name Type Default value Description
environment KycDaoEnvironment undefined Selected environment to use
networkConfigs NetworkConfig[] [] Network related configurations

# Defined in

Core/Models.tsx:282

# Properties

# environment

environment: KycDaoEnvironment

Selected environment to use

# Defined in

Core/Models.tsx:273


# networkConfigs

networkConfigs: NetworkConfig[]

Network related configurations

# Defined in

Core/Models.tsx:275