Type alias CloseAuctionEpochStateTransactionArgs

CloseAuctionEpochStateTransactionArgs: { auctionEpoch: BN; auctionId: BN; dflow: Program<any>; owner: 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 account that created the AuctionEpochState account by calling init_auction_epoch_state_account. This account is a signer for the instruction. This account is expected to be mutable

Type declaration

  • auctionEpoch: BN
  • auctionId: BN
  • dflow: Program<any>
  • owner: PublicKey

Generated using TypeDoc