Interface MarketAccount

The data structure for a market account

Property

The version of the market account

Property

The exponent of the quote currency

Property

The name of the quote currency

Property

The bump seed for the market authority

Property

The seed for the market authority

Property

The account that has authority to make changes to the market

Property

The account that has authority to make changes to the market

Property

The mint for the token that is used as the quote currency (usually SOL)

Property

floor price aggregator (TWAP) for the collection which this market is associated

Property

The verified creator of the NFT collection which this market is associated

Property

The flags for the market

Property

The state of the market oracle

Property

Reserved space for future use

Property

The reserve accounts

Hierarchy

  • MarketAccount

Properties

authorityBumpSeed: number[]
authoritySeed: PublicKey
flags: number
marketAuthority: PublicKey
marketOracleState: number[]
nftCollectionCreator: PublicKey
nftSwitchboardPriceAggregator: PublicKey
owner: PublicKey
quoteCurrency: string
quoteExponent: number
quoteTokenMint: PublicKey
reserved: number[]
reserves: number[]
version: 0

Generated using TypeDoc