- Preparing search index...
- The search index is not available
API References
Type alias WithdrawFromFeeAccountInput
Withdraw
From
Fee
Account
Input
: { auctionHouse
: Pick<AuctionHouse, "address" | "authorityAddress" | "feeWithdrawalDestinationAddress" | "feeAccountAddress">; amount
: SolAmount | SplTokenAmount; authority
?: Signer; }
Type declaration
-
auctionHouse: Pick<AuctionHouse, "address" | "authorityAddress" | "feeWithdrawalDestinationAddress" | "feeAccountAddress">
-
-
Optional
authority?: Signer
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.