UNPKG

@axiom-crypto/tools

Version:

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

11 lines (10 loc) 184 B
export interface QueryV1 { header: any; body: QueryRow[]; } export interface QueryRow { blockNumber: number; address?: string; slot?: string; value?: string; }