Sha256: 7cd84cfa68f6332f4c30d530b8f3ff7e94353c756376d63815ceaf33e1eca870
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
import { TPrivateKey, TBinaryIn } from './interface'; export declare const signBytes: (seedOrPrivateKey: string | Uint8Array | number[] | import("./interface").TRawStringInDiscriminator | import("./interface").INonceSeed | TPrivateKey<TBinaryIn>, bytes: TBinaryIn, random?: string | Uint8Array | number[] | undefined) => Uint8Array;
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/sign.d.ts |