UNPKG

@antefinance/ante-sdk

Version:

Library for interacting with Ante smart contracts

5 lines (4 loc) 209 B
export declare const AllowlistGate: { buildConfiguration: (manager: `0x${string}`, addresses: string[]) => `0x${string}`; getProof: (candidate: `0x${string}`, addresses: string[]) => `0x${string}`; };