Type Alias GetWhitelistProofResponse

GetWhitelistProofResponse: {
    address: `0x${string}`;
    isWhitelisted: boolean;
    limitAmount: string;
    merkleProof: `0x${string}`[];
    value: string;
}