- Preparing search index...
- The search index is not available
API References
Type alias WithdrawFromTreasuryAccountInput
Withdraw
From
Treasury
Account
Input
: { auctionHouse
: Pick<AuctionHouse, "treasuryMint" | "authorityAddress" | "treasuryWithdrawalDestinationAddress" | "address">; amount
: SolAmount | SplTokenAmount; authority
?: Signer; }
Type declaration
-
auctionHouse: Pick<AuctionHouse, "treasuryMint" | "authorityAddress" | "treasuryWithdrawalDestinationAddress" | "address">
-
-
Optional authority?: Signer
The Auction House from which to transfer funds from the treasury wallet to the treasury withdrawal destination wallet.
treasuryWithdrawalDestinationAddressis set on Auction House creation, but you can also change it via theupdateoperation.