UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

5 lines (4 loc) 227 B
/// <reference types="node" /> export declare const hexStr2byteArray: (str: string) => number[]; export declare const generatePubKey: (bytes: Buffer) => string; export declare const generateAddress: (publicKey: any) => string;