UNPKG
@metaplex-foundation/mpl-auction-house
Version:
latest (2.5.1)
2.5.1
2.5.0
2.3.2
2.3.1
2.3.0
2.2.1
2.1.1
2.0.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
MPL Auction House JavaScript API.
metaplex.com
metaplex-foundation/metaplex-program-library
@metaplex-foundation/mpl-auction-house
/
dist
/
src
/
generated
/
types
/
BidType.d.ts
9 lines
(8 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
beet
from
'@metaplex-foundation/beet'
;
export
declare
enum
BidType
{
PublicSale
=
0
,
PrivateSale
=
1
,
AuctioneerPublicSale
=
2
,
AuctioneerPrivateSale
=
3
}
export
declare
const
bidTypeBeet
: beet.
FixedSizeBeet
<
BidType
,
BidType
>;