Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TFKVStoreBackend

Implements

  • BackendStorageInterface

Index

Constructors

Properties

Methods

Constructors

Properties

client: TFClient

Methods

  • get(key: string): Promise<string>
  • list(key: string): Promise<unknown[]>
  • remove(key: string): Promise<SubmittableExtrinsic<"promise", ISubmittableResult>[]>
  • set(key: string, value: string): Promise<SubmittableExtrinsic<"promise", ISubmittableResult>[]>
  • split(key: string, value: string): {}

Generated using TypeDoc