Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Version0

Hierarchy

  • Version0

Index

Properties

api

api: string

ethereum

ethereum: string

network

network: string

node

node: string

whisper

whisper: string

Methods

getEthereum

  • getEthereum(callback: function): void
  • Parameters

    • callback: function
        • (err: Error, ethereum: string): void
        • Parameters

          • err: Error
          • ethereum: string

          Returns void

    Returns void

getNetwork

  • getNetwork(callback: function): void
  • Parameters

    • callback: function
        • (err: Error, networkId: string): void
        • Parameters

          • err: Error
          • networkId: string

          Returns void

    Returns void

getNode

  • getNode(callback: function): void
  • Parameters

    • callback: function
        • (err: Error, nodeVersion: string): void
        • Parameters

          • err: Error
          • nodeVersion: string

          Returns void

    Returns void

getWhisper

  • getWhisper(callback: function): void
  • Parameters

    • callback: function
        • (err: Error, whisper: string): void
        • Parameters

          • err: Error
          • whisper: string

          Returns void

    Returns void

With 🖖 by Dbrain