Type alias InitRecoveryVaultTransactionArgs

InitRecoveryVaultTransactionArgs: { auctionOwner: PublicKey; dflow: Program<any>; recoveryVaultMint: PublicKey }

Param

The public key of the recovery_vault_mint account.

Param

The public key of the auction_owner account.

Type declaration

  • auctionOwner: PublicKey
  • dflow: Program<any>
  • recoveryVaultMint: PublicKey

Generated using TypeDoc