UNPKG

@exodus/solana-web3.js

Version:
5 lines (4 loc) 317 B
/// <reference types="node" /> export declare const ecdsaSign: (msgHash: Uint8Array | Buffer, privKey: Uint8Array | Buffer) => any[]; export declare const isValidPrivateKey: (privateKey: Uint8Array | Buffer) => any; export declare const publicKeyCreate: (privateKey: Uint8Array | Buffer, compressed: boolean) => any;