Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/skyDb

Index

Functions

getContractAddresses

  • getContractAddresses(): Promise<string[]>
  • Obtains all the contract addresses on SkyDB

    Returns Promise<string[]>

    Promise of all the addresses

insertContractAddress

  • insertContractAddress(address: string): Promise<void>
  • Inserts the address in the SkyDB

    Parameters

    • address: string

      Address of the contract

    Returns Promise<void>

Generated using TypeDoc