Sha256: 317cb5276fb7929e54249bbb8d9dc2ebb27f9339967fd7d5703b47909182df02

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

import { TBinaryIn, TPublicKey, TPrivateKey } from './interface';
export declare const isPublicKey: <T extends TBinaryIn>(val: any) => val is TPublicKey<T>;
export declare const isPrivateKey: <T extends TBinaryIn>(val: any) => val is TPrivateKey<T>;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/ts-lib-crypto/crypto/util.d.ts