- Preparing search index...
- The search index is not available
API References
Type alias WithdrawFromFeeAccountBuilderParams
Withdraw
From
Fee
Account
Builder
Params
: { auctionHouse
: Pick<AuctionHouse, "address" | "authorityAddress" | "feeAccountAddress" | "feeWithdrawalDestinationAddress">; amount
: SolAmount | SplTokenAmount; authority
?: undefined | Signer; instructionKey
?: undefined | string }
Type declaration
-
auctionHouse: Pick<AuctionHouse, "address" | "authorityAddress" | "feeAccountAddress" | "feeWithdrawalDestinationAddress">
-
-
Optional
authority?: undefined | Signer
-
Optional
instructionKey?: undefined | string
The Auction House from which to transfer funds from the fee wallet to the fee withdrawal destination wallet.
feeWithdrawalDestinationAddress
is set on Auction House creation, but you can also change it via theupdate
operation.