Sha256: db0960e57102831a399098cafa69221a12aeb969785695743eb22b9c867ae0f2
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
import { IAuthParams, IAuth } from '../transactions'; import { TPrivateKey } from '../types'; export declare const serializeAuthData: (auth: { host: string; data: string; }) => Uint8Array; export declare function auth(params: IAuthParams, seed?: string | TPrivateKey, chainId?: string | number): IAuth;
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/auth.d.ts |