Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MemoryKeyStore

Hierarchy

  • MemoryKeyStore

Implements

Index

Properties

Object literals

Properties

asset

asset: KeyManager = new KeyManager()

platform

platform: KeyManager = new KeyManager()

Object literals

mapping

mapping: object

keyMap

keyMap: object = {} as { [publicKeyHash: string]: string }

Type declaration

  • [publicKeyHash: string]: string

add

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

get

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

Generated using TypeDoc