dsteem
    Preparing search index...

    Class DatabaseAPI

    Index

    Constructors

    Properties

    client: Client

    Methods

    • Convenience for calling database_api.

      Parameters

      • method: string
      • Optionalparams: any[]

      Returns Promise<any>

    • Return median price in SBD for 1 STEEM as reported by the witnesses.

      Returns Promise<Price>

    • Return all of the state required for a particular url path.

      Parameters

      • path: string

        Path component of url conforming to condenser's scheme e.g. @almost-digital or trending/travel

      Returns Promise<any>

    • Get list of delegations made by account.

      Parameters

      • account: string

        Account delegating

      • from: string = ''

        Delegatee start offset, used for paging.

      • limit: number = 1000

        Number of results, max 1000.

      Returns Promise<VestingDelegation[]>