dsteem
    Preparing search index...

    Class Client

    Can be used in both node.js and the browser. Also see ClientOptions.

    Index

    Constructors

    Properties

    address: string

    Address to Steem RPC server, read-only.

    addressPrefix: string

    Address prefix for current network.

    blockchain: Blockchain

    Blockchain helper.

    broadcast: BroadcastAPI

    Broadcast API helper.

    chainId: Buffer

    Chain ID for current network.

    database: DatabaseAPI

    Database API helper.

    options: ClientOptions

    Client options, read-only.

    rc: RCAPI

    RC API helper.

    Methods

    • Make a RPC call to the server.

      Parameters

      • api: string

        The API to call, e.g. database_api.

      • method: string

        The API method, e.g. get_dynamic_global_properties.

      • params: any = []

        Array of parameters to pass to the method, optional.

      Returns Promise<any>