Type alias ChangeAuctionStatusTransactionArgs
 
ChangeAuctionStatusTransactionArgs: { auctionId: BN; auctionOwner: PublicKey; dflow: Program<any>; newStatus: number }
Type declaration
- 
auctionId: BN
 
- 
auctionOwner: PublicKey
 
- 
dflow: Program<any>
 
- 
newStatus: number
 
  
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 auction_owner account.
Param
The new status for the given auction, specified by the auction ID parameter. A value of 0 indicates Trading. A value of 1 indicates Halted. A value of 2 indicates expired. All other values result in a failed transaction.