UNPKG

@meterio/devkit

Version:

Typescript library to aid DApp development on Meter network

3 lines (2 loc) 128 B
export declare const XOR: (hex1: string, hex2: string) => string; export declare const XORBatch: (...hexs: string[]) => string;