Sha256: 7988f752be66c5d8382691c2f9bdb8342a3060ff00db9a68dcd82c25e36fc078
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
import { IWavesAuthParams, IWavesAuth } from '../transactions'; import { TSeedTypes } from '../types'; export declare const serializeWavesAuthData: (auth: { publicKey: string; timestamp: number; }) => Uint8Array; export declare function wavesAuth(params: IWavesAuthParams, seed?: TSeedTypes, chainId?: string | number): IWavesAuth;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/waves-transactions/dist/requests/wavesAuth.d.ts |