Type alias InitAuctionEpochStateAccountTransactionArgs

InitAuctionEpochStateAccountTransactionArgs: { 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 creator and owner of AuctionEpochState 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