UNPKG

solmash-whitelist-sdk-v2

Version:

A sdk for interacting Solmash Whitelist program

9 lines (8 loc) 166 B
export type BuyerInfo = { auctionAddress: string; buyerAddress: string; participated: boolean; claimed: boolean; whitelisted: boolean; blacklisted: boolean; };