You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one wallet address can be listed as the claimant within a stake
Within adChain's "Smart IOs", Advertisers (stakers) will be needing to whitelist multiple Publishers (claimants)
With the current code, ADVs would have to create individual stakes per PUB (up to 65 claimants since there are 65 PUBs in the adChain Publisher Registry
Solution
Within the whitelistClaimant function, add the ability to whitelist multiple claimants in order to minimize the number of unnecessary transactions
The text was updated successfully, but these errors were encountered:
Question: would the batch-whitelisted claimants be treated as a coalition (i.e. they all open claims in tandem), or does it suffice to have a function which allows for bulk whitelisting, but each entry is it's own whitelist, capable of opening independent claims?
Correct, we see each wallet address having the ability to open independent claims. Since each wallet address will be a Publisher, they will each be claiming unique amounts.
Problem
Solution
whitelistClaimant
function, add the ability to whitelist multiple claimants in order to minimize the number of unnecessary transactionsThe text was updated successfully, but these errors were encountered: