Type alias ReclaimAuctionBidTransactionArgs

ReclaimAuctionBidTransactionArgs: { auctionEpoch: BN; auctionId: BN; dflow: Program<any>; marketMakerAccountOwner: PublicKey; marketMakerAuctionTokenAccount: PublicKey; marketMakerDataAccount: PublicKey }

Param

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

Param

An unsigned 64 bit integer. The integer epoch used to generate the PDA of the auction epoch account

Param

The public key of the market_maker_data_account account.

Param

The public key of the market_maker_account_owner account.

Param

The SPL token account associated with the market maker used to bid in the auctions. This account is expected to be mutable

Type declaration

  • auctionEpoch: BN
  • auctionId: BN
  • dflow: Program<any>
  • marketMakerAccountOwner: PublicKey
  • marketMakerAuctionTokenAccount: PublicKey
  • marketMakerDataAccount: PublicKey

Generated using TypeDoc