Type alias PlaceAuctionBidV1InstructionArgs
PlaceAuctionBidV1InstructionArgs: {
bidIndex?: undefined | number;
index?: undefined | number;
padding?: undefined | number[];
priceUlamports: number | bigint;
tokenQuantity: number | bigint;
}
Type declaration
-
Optional bidIndex?: undefined | number
-
Optional index?: undefined | number
-
Optional padding?: undefined | number[]
-
priceUlamports: number | bigint
-
tokenQuantity: number | bigint