solmash-whitelist-sdk
Version:
A sdk for interacting Solmash Whitelist program
16 lines (15 loc) • 338 B
text/typescript
export type AuctionInfo = {
owner: string;
name: string;
bidToken: string;
auctionToken: string;
enabled: boolean;
preSaleStartTime: number;
preSaleEndTime: number;
ticketsInPool: string;
tokenQuantityPerTicket: string;
ticketPriceInSol: string;
ticketPriceInSobb: string;
accumulatedSol: string;
accumulatedSobb: string;
};