@antefinance/ante-sdk
Version:
Library for interacting with Ante smart contracts
6 lines • 317 B
TypeScript
import { GenerateZupassProofInput } from '../utils/zupass';
export declare const ZupassGate: {
buildConfiguration: (manager: `0x${string}`, events: string[]) => `0x${string}`;
getProof: (events: string[], proofInput: GenerateZupassProofInput) => Promise<`0x${string}`>;
};
//# sourceMappingURL=zupass.d.ts.map