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
/
index.d.ts
8 lines
(7 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PublicKey
}
from
'@solana/web3.js'
;
export
*
from
'./accounts'
;
export
*
from
'./errors'
;
export
*
from
'./instructions'
;
export
*
from
'./types'
;
export
declare
const
PROGRAM_ADDRESS
=
"hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk"
;
export
declare
const
PROGRAM_ID
:
PublicKey
;