Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyManagementAPI

Hierarchy

  • KeyManagementAPI

Implemented by

Index

Methods

createKey

  • createKey(params?: undefined | object): Promise<string>
  • Parameters

    • Optional params: undefined | object

    Returns Promise<string>

getKeyList

  • getKeyList(): Promise<string[]>

removeKey

  • removeKey(params: object): Promise<boolean>
  • Parameters

    • params: object
      • Optional passphrase?: undefined | string
      • publicKey: string

    Returns Promise<boolean>

sign

  • sign(params: object): Promise<string>
  • Parameters

    • params: object
      • message: string
      • Optional passphrase?: undefined | string
      • publicKey: string

    Returns Promise<string>

Generated using TypeDoc