Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Pow

Hierarchy

  • Pow

Index

Properties

admin

admin: Admin

The Admin API

buildInfo

buildInfo: () => Promise<AsObject>

Returns build information about the server

returns

An object containing build information about the server

Type declaration

data

data: Data

The Data API

deals

deals: Deals

The Deals API

host

host: string

The host address the client is using

setAdminToken

setAdminToken: (t: string) => void

Set the active admin auth token

param

The token to set

Type declaration

    • (t: string): void
    • Parameters

      • t: string

      Returns void

setToken

setToken: (t: string) => void

Set the active user auth token

param

The token to set

Type declaration

    • (t: string): void
    • Parameters

      • t: string

      Returns void

storageConfig

storageConfig: StorageConfig

The StorageConfig API

storageInfo

storageInfo: StorageInfo

The StorageInfo API

storageJobs

storageJobs: StorageJobs

The StorageJobs API

userId

userId: () => Promise<AsObject>

Get the user ID.

returns

A Promise containing the user ID.

Type declaration

wallet

wallet: Wallet

The Wallet API

Generated using TypeDoc