Sha256: 8c8b38687e488587a6dd7d312f8d4fe66500dc23721af32b0e4e392a1ea20c25
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
/** * @module index */ export type TOption<T> = T | undefined | null export interface IIndexSeedMap { [key: number]: string } export type TPrivateKey = { privateKey: string } export type TSeedTypes = string | TOption<string | TPrivateKey>[] | IIndexSeedMap | TPrivateKey
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/waves-transactions/src/types.ts |