swtc-chains
Version:
swtc chain information
14 lines • 816 B
TypeScript
/// <reference types="node" />
export declare type Sequence = number[] | Buffer | Uint8Array;
export declare function funcGetChain(chain_or_token: string): any;
export declare function funcSeqEqual(arr1: Sequence, arr2: Sequence): boolean;
export declare function funcConcatArgs(...args: (number | Sequence)[]): number[];
export declare function funcHexToBytes(hex: any): any;
export declare function funcBytesToHex(bytes: any): string;
export declare function funcHexToString(h: any): string;
export declare function funcStringToHex(s: any): string;
export declare function funcString2Hex(s: any): string;
export declare function funcNumber2Hex(n: any): string;
export declare function funcHex2Number(h: any): number;
export declare function funcIsEmpty(value: any): boolean;
//# sourceMappingURL=functions.d.ts.map