Type alias ClaimVoteRewardTransactionArgs

ClaimVoteRewardTransactionArgs: { arbiter: PublicKey; arbiterBidTokenAccount: PublicKey; arbiterTokenAccount: PublicKey; dflow: Program<any>; fillNonce: BN; nonce: BN; retailAccountOwner: PublicKey; vaultMetaAccountAuctionEpoch: BN; vaultMetaAccountAuctionId: BN }

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 unsigned integer field named auction_epoch in the vault_meta_account account.

Param

The SPL token account associated with the arbiter used to receive a payment from the network, with the same mint as the token accounts used by market makers to bid in the associated auction. This account is expected to be mutable

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
  • arbiterBidTokenAccount: PublicKey
  • arbiterTokenAccount: PublicKey
  • dflow: Program<any>
  • fillNonce: BN
  • nonce: BN
  • retailAccountOwner: PublicKey
  • vaultMetaAccountAuctionEpoch: BN
  • vaultMetaAccountAuctionId: BN

Generated using TypeDoc