Interface CreateMarketParams

Hierarchy

  • CreateMarketParams

Properties

account?: Keypair

The account to use for the market data.

If not provided an account will be generated.

nftCollectionCreator: PublicKey

creator public key of the NFT held in the associated metadata

nftOraclePrice: PublicKey

price oracles modeled from switchboard

owner: PublicKey

The address that must sign to make future changes to the market, such as modifying the available reserves (or their configuation)

quoteCurrencyMint: PublicKey

The token mint for the currency being used to quote the value of all other tokens stored in reserves.

quoteCurrencyName: string

The name of the currency used for quotes, this has to match the name specified in any Switchboard/oracle accounts.

Generated using TypeDoc