Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KVStore
    • TFKVStore

Index

Constructors

Properties

client: TFClient

Methods

  • decrypt(message: string): string
  • delete(options: KVStoreGetOptions): Promise<ExtrinsicResult<void>>
  • Parameters

    • options: KVStoreGetOptions

    Returns Promise<ExtrinsicResult<void>>

  • deleteAll(): Promise<string[]>
  • Returns Promise<string[]>

  • encrypt(message: any): string
  • get(options: KVStoreGetOptions): Promise<string>
  • getSecretAsBytes(): Uint8Array
  • list(): Promise<string[]>
  • Returns Promise<string[]>

  • set(options: KVStoreSetOptions): Promise<ExtrinsicResult<void>>

Generated using TypeDoc