Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRootClient

Hierarchy

  • IRootClient

Implemented by

Index

Methods

confirm

getBalance

  • getBalance(address: string): Promise<BN>
  • Parameters

    • address: string

    Returns Promise<BN>

getBlock

  • getBlock(number: number): Promise<Block>
  • Parameters

    • number: number

    Returns Promise<Block>

getUTXOs

  • getUTXOs(address: string): Promise<Outpoint[]>
  • Parameters

    • address: string

    Returns Promise<Outpoint[]>

send

Generated using TypeDoc