Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utilities/account-address-loader"

Index

Functions

loadEtheriumAccountID

  • loadEtheriumAccountID(blockchainAddress?: string, index?: number): Promise<string>
  • returns the accounts and the data that they hold from the blockchain recieves blockchain address parameter and the index parameter the index parameter is used to determine which account is being looked for the index will primarily be used when going through entire node to collect aggregate data

    Parameters

    • Default value blockchainAddress: string = "http://localhost:7545"
    • Default value index: number = 0

    Returns Promise<string>

Generated using TypeDoc