Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BackendStorage

Index

Constructors

  • new BackendStorage(type?: BackendStorageType, substrateURL?: string, mnemonic?: string, storeSecret?: string | Uint8Array, keypairType?: KeypairType, backendStorage?: BackendStorageInterface, seed?: string): BackendStorage

Properties

backendStorage?: BackendStorageInterface
storage: any
type: BackendStorageType = BackendStorageType.auto

Methods

  • dump(key: string, value: any): Promise<any>
  • list(key: string): Promise<any>
  • load(key: string): Promise<any>
  • remove(key: string): Promise<any>
  • isEnvNode(): boolean

Generated using TypeDoc