Sha256: b56589104c565e7729f5c1c38aa9260ca48fd8116b1d9aade1c248bedc341a31

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

/**
 * @module index
 */
export declare type TOption<T> = T | undefined | null;
export interface IIndexSeedMap {
    [key: number]: string;
}
export declare type TPrivateKey = {
    privateKey: string;
};
export declare 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/dist/types.d.ts