Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types"

Index

Interfaces

Type aliases

Type aliases

TOption

TOption<T>: T | undefined | null

Type parameters

  • T

TPrivateKey

TPrivateKey: { privateKey: string }

Type declaration

  • privateKey: string

TSeedTypes

TSeedTypes: string | TOption<string | TPrivateKey>[] | IIndexSeedMap | TPrivateKey

Generated using TypeDoc