UNPKG

solmash-whitelist-sdk

Version:

A sdk for interacting Solmash Whitelist program

7 lines (6 loc) 130 B
export type BuyerInfo = { participated: boolean; claimed: boolean; whitelisted: boolean; blacklisted: boolean; };