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