getProofsForAllowListEntry
Get the proofs for a given entry of addresses
function getProofsForAllowListEntry( merkleTree: MerkleTree, snapshotEntry: { address: string; currencyAddress?: string; maxClaimable: string; price?: string; }, tokenDecimals: number, version: SnapshotFormatVersion,): Promise<Array<string>>;