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
/
CancelType.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
beet
from
'@metaplex-foundation/beet'
;
export
declare
enum
CancelType
{
Cancel
=
0
,
AuctioneerCancel
=
1
}
export
declare
const
cancelTypeBeet
: beet.
FixedSizeBeet
<
CancelType
,
CancelType
>;