Type alias InitBidRecordAccountTransactionArgs

InitBidRecordAccountTransactionArgs: { auctionEpoch: BN; auctionId: BN; dflow: Program<any>; marketMakerAccountOwner: 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.

Type declaration

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

Generated using TypeDoc