Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BlockchainNetworkConnection

Class represents the blockchain network connection

Hierarchy

  • BlockchainNetworkConnection

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • network: BlockchainNetworkType
    • endpointUrl: string
    • Optional socketUrl: undefined | string
    • Optional gatewayUrl: undefined | string

    Returns BlockchainNetworkConnection

Properties

endpointUrl

endpointUrl: string

The endpoint url

Optional gatewayUrl

gatewayUrl: undefined | string

The gateway endpoint url Note: require nem2-camel installed

network

The blockchain network type

Optional socketUrl

socketUrl: undefined | string

The web socket endpoint url

Methods

validate

  • validate(): void
  • Validates the blockchain network connection

    Returns void

Generated using TypeDoc