UNPKG

@axiom-crypto/tools

Version:

Useful data, field, and byte manipulation tools for Axiom.

3 lines (2 loc) 98 B
import { QueryV1 } from "./types"; export declare function decodeQueryV1(query: string): QueryV1;