@aggris2/ssz
Version:
Simple Serialize
5 lines • 303 B
TypeScript
import { ByteVector } from "../interface";
export declare function toHexString(bytes: Uint8Array | ByteVector): string;
export declare function fromHexString(hex: string): Uint8Array;
export declare function byteArrayEquals(a: Uint8Array, b: Uint8Array): boolean;
//# sourceMappingURL=byteArray.d.ts.map