UNPKG

@verax-attestation-registry/verax-sdk

Version:

Verax Attestation Registry SDK to interact with the subgraph and the contracts

10 lines 422 B
import BaseDataMapper from "./BaseDataMapper"; import { Hex } from "viem"; export default class UtilsDataMapper extends BaseDataMapper<object, unknown, unknown> { typeName: string; gqlInterface: string; getVersionNumber(): Promise<unknown>; encode(schema: string, values: unknown[]): Hex; decode(schema: string, attestationData: Hex): readonly unknown[]; } //# sourceMappingURL=UtilsDataMapper.d.ts.map