Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/index"

Index

Variables

Const Environments

Environments: object = _.cloneDeep(common.Environments)

Type declaration

Const Errors

Errors: "src/errors" = errors

Const bitcoin

bitcoin: any = utxoLib

Const bs58

bs58: any = require('bs58')

Const sjcl

sjcl: any = require('./vendor/sjcl.min.js')

Functions

getNetwork

  • getNetwork(): "bitcoin" | "testnet"

getNetworkObj

  • getNetworkObj(): any

setNetwork

  • setNetwork(network: any): void
  • Set the network, i.e. either "bitcoin" for production with real bitcoin, or "testnet" for development with testnet bitcoin.

    deprecated

    Parameters

    • network: any

    Returns void

Generated using TypeDoc