UNPKG

mcps-sdk-js

Version:

MCPS JavaScript SDK

8 lines (7 loc) 253 B
/// <reference types="node" /> export declare class TxHelper { static getHexPubkey(pubkey: string): string; static isSignDoc(signDoc: any): boolean; static isAny(value: any): boolean; static ecodeModelAddress(address: string): Buffer; }