Sha256: d583d372f73c7f073e3cbcacecdf0322de2a2dd2d29977cb95e0e0a79b4b8dfc

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

import { TBinaryIn } from './interface';
export declare const verifyAddress: (addr: TBinaryIn, optional?: {
    chainId?: string | number | undefined;
    publicKey?: string | Uint8Array | number[] | undefined;
} | undefined) => boolean;
export declare const verifySignature: (publicKey: TBinaryIn, bytes: TBinaryIn, signature: TBinaryIn) => boolean;
export declare const verifyPublicKey: (publicKey: TBinaryIn) => boolean;

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/verification.d.ts