FillVoteTransactionArgs: { arbiter: PublicKey; arbiterTokenAccount: PublicKey; dflow: Program<any>; fillNonce: BN; nonce: BN; retailAccountOwner: PublicKey; vaultMetaAccountAuctionId: BN; vote: number }

Param

The public key of the retail_account_owner account.

Param

An unsigned 64 bit integer. The nonce used as a seed to generate the PDA for the vault meta account, taken from the retail trader's account when the order in question was initially created.

Param

An unsigned 16 bit integer. The fill nonce taken from the vault meta account at fill time, and used to generate the PDA for the fill record account.

Param

The public key of the arbiter account.

Param

The unsigned integer field named auction_id in the vault_meta_account account.

Param

The vote value made by the retail trader. Must be populated with 0 for an unfair vote, and 1 for a fair vote.

Param

The SPL token account associated with the arbiter used to vote on the fairness of the fill by the market maker. This account is expected to be mutable

Type declaration

  • arbiter: PublicKey
  • arbiterTokenAccount: PublicKey
  • dflow: Program<any>
  • fillNonce: BN
  • nonce: BN
  • retailAccountOwner: PublicKey
  • vaultMetaAccountAuctionId: BN
  • vote: number

Generated using TypeDoc