Type alias AddPairToAuctionTransactionArgs

AddPairToAuctionTransactionArgs: { auctionId: BN; auctionOwner: PublicKey; baseCurrency: PublicKey; baseOracle: PublicKey; dflow: Program<any>; quoteCurrency: PublicKey; quoteOracle: PublicKey }

Param

An unsigned 64 bit integer. The auction ID used as a seed to generate the program derived address

Param

The public key of the base_currency account.

Param

The public key of the quote_currency account.

Param

The public key of the auction_owner account.

Param

The Pyth price oracle associated with the base token in a currency pair.

Param

The Pyth price oracle associated with the quote token in a currency pair.

Type declaration

  • auctionId: BN
  • auctionOwner: PublicKey
  • baseCurrency: PublicKey
  • baseOracle: PublicKey
  • dflow: Program<any>
  • quoteCurrency: PublicKey
  • quoteOracle: PublicKey

Generated using TypeDoc