Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyStore

Hierarchy

  • KeyStore

Implemented by

Index

Properties

Properties

asset

mapping

mapping: object

Type declaration

  • add: function
    • add(params: object): Promise<void>
    • Parameters

      • params: object
        • key: string
        • value: string

      Returns Promise<void>

  • get: function
    • get(params: object): Promise<string>
    • Parameters

      • params: object
        • key: string

      Returns Promise<string>

platform

Generated using TypeDoc