Versions in this module Expand all Collapse all v0 v0.2.1 Mar 21, 2022 Changes in this version + const AMOUNT_POSITION + const AMOUNT_RANGE_FIRST_EL_POSITION + const AMOUNT_RANGE_SIZE_POSITION + const AUCTION_MANAGER_PADDING + const AUCTION_MANAGER_POSITION + const BASE_SAFETY_CONFIG_SIZE + const BASE_TRACKER_SIZE + const Instruction_ClaimBid + const Instruction_DecommissionAuctionManager + const Instruction_DeprecatedInitAuctionManagerV1 + const Instruction_DeprecatedPopulateParticipationPrintingAccount + const Instruction_DeprecatedRedeemParticipationBid + const Instruction_DeprecatedRedeemParticipationBidV2 + const Instruction_DeprecatedValidateParticipation + const Instruction_DeprecatedValidateSafetyDepositBoxV1 + const Instruction_EmptyPaymentAccount + const Instruction_EndAuction + const Instruction_InitAuctionManagerV2 + const Instruction_RedeemBid + const Instruction_RedeemFullRightsTransferBid + const Instruction_RedeemParticipationBidV3 + const Instruction_RedeemPrintingV2Bid + const Instruction_RedeemUnusedWinningConfigItemsAsAuctioneer + const Instruction_SetAuctionCache + const Instruction_SetStore + const Instruction_SetStoreIndex + const Instruction_SetStoreV2 + const Instruction_SetWhitelistedCreator + const Instruction_StartAuction + const Instruction_ValidateSafetyDepositBoxV2 + const Instruction_WithdrawMasterEdition + const LENGTH_POSITION + const MAX_AUCTION_MANAGER_V1_SIZE + const MAX_AUCTION_MANAGER_V2_SIZE + const MAX_AUTHORITY_LOOKUP_SIZE + const MAX_BID_REDEMPTION_TICKET_SIZE + const MAX_PAYOUT_TICKET_SIZE + const MAX_PRIZE_TRACKING_TICKET_SIZE + const MAX_STORE_SIZE + const MAX_VALIDATION_TICKET_SIZE + const MAX_WHITELISTED_CREATOR_SIZE + const MAX_WINNERS + const MAX_WINNER_SIZE + const MAX_WINNING_CONFIG_STATE_ITEM_SIZE + const ORDER_POSITION + const PREFIX + const ProgramName + const TOTALS + const WINNING_CONFIG_POSITION + var InstructionImplDef = ag_binary.NewVariantDefinition(ag_binary.Uint8TypeIDEncoding, []ag_binary.VariantType{ ... }) + var ProgramID ag_solanago.PublicKey = ag_solanago.MustPublicKeyFromBase58("p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98") + func InstructionIDToName(id uint8) string + func SetProgramID(pubkey ag_solanago.PublicKey) + type AmountCumulativeReturn struct + Amount uint64 + CumulativeAmount uint64 + TotalAmount uint64 + func (obj *AmountCumulativeReturn) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AmountCumulativeReturn) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AmountRange struct + F0 uint64 + F1 uint64 + func (obj *AmountRange) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AmountRange) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionCache struct + Auction ag_solanago.PublicKey + AuctionManager ag_solanago.PublicKey + Key Key + Metadata []ag_solanago.PublicKey + Store ag_solanago.PublicKey + Timestamp int64 + Vault ag_solanago.PublicKey + func (obj *AuctionCache) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionCache) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerSettings struct + ParticipationConfig *ParticipationConfig + WinningConfigs []WinningConfig + func (obj *AuctionManagerSettings) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerSettings) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerSettingsV1 struct + ParticipationConfig *ParticipationConfigV1 + WinningConfigs []WinningConfig + func (obj *AuctionManagerSettingsV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerSettingsV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerStateV1 struct + ParticipationState *ParticipationStateV1 + Status AuctionManagerStatus + WinningConfigItemsValidated uint8 + WinningConfigStates []WinningConfigState + func (obj *AuctionManagerStateV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerStateV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerStateV2 struct + BidsPushedToAcceptPayment uint64 + HasParticipation bool + SafetyConfigItemsValidated uint64 + Status AuctionManagerStatus + func (obj *AuctionManagerStateV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerStateV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerStatus ag_binary.BorshEnum + const AuctionManagerStatusDisbursing + const AuctionManagerStatusFinished + const AuctionManagerStatusInitialized + const AuctionManagerStatusRunning + const AuctionManagerStatusValidated + func (value AuctionManagerStatus) String() string + type AuctionManagerV1 struct + AcceptPayment ag_solanago.PublicKey + Auction ag_solanago.PublicKey + Authority ag_solanago.PublicKey + Key Key + Settings AuctionManagerSettingsV1 + State AuctionManagerStateV1 + Store ag_solanago.PublicKey + StraightShotOptimization bool + Vault ag_solanago.PublicKey + func (obj *AuctionManagerV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionManagerV2 struct + AcceptPayment ag_solanago.PublicKey + Auction ag_solanago.PublicKey + Authority ag_solanago.PublicKey + Key Key + State AuctionManagerStateV2 + Store ag_solanago.PublicKey + Vault ag_solanago.PublicKey + func (obj *AuctionManagerV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionManagerV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type AuctionWinnerTokenTypeTracker struct + AmountRanges []AmountRange + AmountType TupleNumericType + Key Key + LengthType TupleNumericType + func (obj *AuctionWinnerTokenTypeTracker) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj AuctionWinnerTokenTypeTracker) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type BidRedemptionTicket struct + Key Key + func (obj *BidRedemptionTicket) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj BidRedemptionTicket) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ClaimBid struct + func NewClaimBidInstruction(acceptPayment ag_solanago.PublicKey, bidderPotToken ag_solanago.PublicKey, ...) *ClaimBid + func NewClaimBidInstructionBuilder() *ClaimBid + func (inst *ClaimBid) EncodeToTree(parent ag_treeout.Branches) + func (inst *ClaimBid) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetAuctionExtendedPDAAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetBidderPotPDAAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetBidderPotTokenAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetBidderWalletAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetClockSysvarAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetTokenMintAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *ClaimBid) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetAuctionAccount(auction ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetAuctionExtendedPDAAccount(auctionExtendedPDA ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetBidderPotPDAAccount(bidderPotPDA ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetBidderPotTokenAccount(bidderPotToken ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetBidderWalletAccount(bidderWallet ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetClockSysvarAccount(clockSysvar ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetStoreAccount(store ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetTokenMintAccount(tokenMint ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) SetVaultAccount(vault ag_solanago.PublicKey) *ClaimBid + func (inst *ClaimBid) Validate() error + func (inst ClaimBid) Build() *Instruction + func (inst ClaimBid) ValidateAndBuild() (*Instruction, error) + func (obj *ClaimBid) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ClaimBid) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type CommonWinningIndexReturn struct + Amount uint64 + WinningConfigItemIndex *uint64 + WinningConfigType WinningConfigType + func (obj *CommonWinningIndexReturn) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj CommonWinningIndexReturn) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DecommissionAuctionManager struct + func NewDecommissionAuctionManagerInstruction(auctionManager ag_solanago.PublicKey, auction ag_solanago.PublicKey, ...) *DecommissionAuctionManager + func NewDecommissionAuctionManagerInstructionBuilder() *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) EncodeToTree(parent ag_treeout.Branches) + func (inst *DecommissionAuctionManager) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetAuctionManagerAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetClockSysvarAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) GetVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *DecommissionAuctionManager) SetAuctionAccount(auction ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetAuctionManagerAuthorityAccount(auctionManagerAuthority ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetClockSysvarAccount(clockSysvar ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetStoreAccount(store ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetVaultAccount(vault ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) SetVaultProgramAccount(vaultProgram ag_solanago.PublicKey) *DecommissionAuctionManager + func (inst *DecommissionAuctionManager) Validate() error + func (inst DecommissionAuctionManager) Build() *Instruction + func (inst DecommissionAuctionManager) ValidateAndBuild() (*Instruction, error) + func (obj *DecommissionAuctionManager) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DecommissionAuctionManager) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedInitAuctionManagerV1 struct + Args *AuctionManagerSettingsV1 + func NewDeprecatedInitAuctionManagerV1Instruction(args AuctionManagerSettingsV1, ...) *DeprecatedInitAuctionManagerV1 + func NewDeprecatedInitAuctionManagerV1InstructionBuilder() *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedInitAuctionManagerV1) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetCombinedVaultAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetSystemSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) GetUninitializedUnallocatedAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedInitAuctionManagerV1) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetArgs(args AuctionManagerSettingsV1) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetAuctionAccount(auction ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetAuthorityAccount(authority ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetCombinedVaultAccount(combinedVault ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetPayerAccount(payer ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetStoreAccount(store ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetSystemSysvarAccount(systemSysvar ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) SetUninitializedUnallocatedAuctionManagerAccount(uninitializedUnallocatedAuctionManager ag_solanago.PublicKey) *DeprecatedInitAuctionManagerV1 + func (inst *DeprecatedInitAuctionManagerV1) Validate() error + func (inst DeprecatedInitAuctionManagerV1) Build() *Instruction + func (inst DeprecatedInitAuctionManagerV1) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedInitAuctionManagerV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedInitAuctionManagerV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedPopulateParticipationPrintingAccount struct + func NewDeprecatedPopulateParticipationPrintingAccountInstruction(safetyDepositTokenStorage ag_solanago.PublicKey, ...) *DeprecatedPopulateParticipationPrintingAccount + func NewDeprecatedPopulateParticipationPrintingAccountInstructionBuilder() *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetAuctionInfoAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetAuctionManagerInfoAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetAuctionManagerStoreAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetFractionMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetOneTimePrintingAuthorizationMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetParticipationPrizeSafetyDepositAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetPayerWithRefundAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetPdaBasedTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetPrintingMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetPrintingTokenAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetRentAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetTransientAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) GetVaultInfoAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetAuctionInfoAccount(auctionInfo ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetAuctionManagerInfoAccount(auctionManagerInfo ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetAuctionManagerStoreAccount(auctionManagerStore ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetFractionMintAccount(fractionMint ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetOneTimePrintingAuthorizationMintAccount(oneTimePrintingAuthorizationMint ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetParticipationPrizeSafetyDepositAccount(participationPrizeSafetyDeposit ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetPayerWithRefundAccount(payerWithRefund ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetPdaBasedTransferAuthorityAccount(pdaBasedTransferAuthority ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetPrintingMintAccount(printingMint ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetPrintingTokenAccount(printingToken ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetRentAccount(rent ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetTransientAccount(transientAccount ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) SetVaultInfoAccount(vaultInfo ag_solanago.PublicKey) *DeprecatedPopulateParticipationPrintingAccount + func (inst *DeprecatedPopulateParticipationPrintingAccount) Validate() error + func (inst DeprecatedPopulateParticipationPrintingAccount) Build() *Instruction + func (inst DeprecatedPopulateParticipationPrintingAccount) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedPopulateParticipationPrintingAccount) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedPopulateParticipationPrintingAccount) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedRedeemParticipationBid struct + func NewDeprecatedRedeemParticipationBidInstruction(auctionManager ag_solanago.PublicKey, ...) *DeprecatedRedeemParticipationBid + func NewDeprecatedRedeemParticipationBidInstructionBuilder() *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedRedeemParticipationBid) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetAuctionExtendedPDAAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetDestinationAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetParticipationNFTPrintingHoldingAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetTokenAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBid) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetAuctionAccount(auction ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetAuctionExtendedPDAAccount(auctionExtendedPDA ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetBidderAccount(bidder ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetDestinationAccount(destinationAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetParticipationNFTPrintingHoldingAccount(participationNFTPrintingHoldingAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetPayerAccount(payer ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetStoreAccount(store ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetSystemAccount(system ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetTokenAccount(tokenAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetTransferAuthorityAccount(transferAuthority ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBid + func (inst *DeprecatedRedeemParticipationBid) Validate() error + func (inst DeprecatedRedeemParticipationBid) Build() *Instruction + func (inst DeprecatedRedeemParticipationBid) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedRedeemParticipationBid) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedRedeemParticipationBid) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedRedeemParticipationBidV2 struct + func NewDeprecatedRedeemParticipationBidV2Instruction(auctionManager ag_solanago.PublicKey, ...) *DeprecatedRedeemParticipationBidV2 + func NewDeprecatedRedeemParticipationBidV2InstructionBuilder() *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedRedeemParticipationBidV2) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetAuctionDataExtendedAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetMintAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetNewEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetNewMetadataKeyAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetNewTokenMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetPrizeTrackingTicketAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetSingleItemAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetTokenAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedRedeemParticipationBidV2) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetAuctionAccount(auction ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetAuctionDataExtendedAccount(auctionDataExtended ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetBidderAccount(bidder ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetEditionPDAAccount(editionPDA ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetMetadataAccount(metadataAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetMintAuthorityAccount(mintAuthority ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetNewEditionPDAAccount(newEditionPDA ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetNewMetadataKeyAccount(newMetadataKey ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetNewTokenMintAccount(newTokenMint ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetPayerAccount(payer ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetPrizeTrackingTicketAccount(prizeTrackingTicket ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetSingleItemAccount(singleItemAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetStoreAccount(store ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetSystemAccount(system ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetTokenAccount(tokenAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetTransferAuthorityAccount(transferAuthority ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *DeprecatedRedeemParticipationBidV2 + func (inst *DeprecatedRedeemParticipationBidV2) Validate() error + func (inst DeprecatedRedeemParticipationBidV2) Build() *Instruction + func (inst DeprecatedRedeemParticipationBidV2) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedRedeemParticipationBidV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedRedeemParticipationBidV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedValidateParticipation struct + func NewDeprecatedValidateParticipationInstruction(auctionManager ag_solanago.PublicKey, ...) *DeprecatedValidateParticipation + func NewDeprecatedValidateParticipationInstructionBuilder() *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedValidateParticipation) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetAuctionManagerAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetAuctionManagerStoreAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetOpenEditionMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetOpenEditionMetadataAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetPrintingAuthorizationTokenHoldingAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) GetWhitelistedCreatorEntryAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateParticipation) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetAuctionManagerAuthorityAccount(auctionManagerAuthority ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetAuctionManagerStoreAccount(auctionManagerStore ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetOpenEditionMasterEditionAccount(openEditionMasterEdition ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetOpenEditionMetadataAccount(openEditionMetadata ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetPrintingAuthorizationTokenHoldingAccount(printingAuthorizationTokenHoldingAccount ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetVaultAccount(vault ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) SetWhitelistedCreatorEntryAccount(whitelistedCreatorEntry ag_solanago.PublicKey) *DeprecatedValidateParticipation + func (inst *DeprecatedValidateParticipation) Validate() error + func (inst DeprecatedValidateParticipation) Build() *Instruction + func (inst DeprecatedValidateParticipation) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedValidateParticipation) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedValidateParticipation) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type DeprecatedValidateSafetyDepositBoxV1 struct + func NewDeprecatedValidateSafetyDepositBoxV1Instruction(uninitializedSafetyDepositValidationTicket ag_solanago.PublicKey, ...) *DeprecatedValidateSafetyDepositBoxV1 + func NewDeprecatedValidateSafetyDepositBoxV1InstructionBuilder() *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) EncodeToTree(parent ag_treeout.Branches) + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetAuctionManagerStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetEditionOrMasterEditionRecordKeyAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetLimitedEditionPrintingMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetLimitedEditionPrintingMintAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetMetadataAuthorityAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetMintAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetOriginalAuthorityLookupAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetSafetyDepositBoxStorageAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetUninitializedSafetyDepositValidationTicketAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) GetWhitelistedCreatorEntryAccount() *ag_solanago.AccountMeta + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetAuctionManagerStoreKeyAccount(auctionManagerStoreKey ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetAuthorityAccount(authority ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetEditionOrMasterEditionRecordKeyAccount(editionOrMasterEditionRecordKey ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetLimitedEditionPrintingMintAccount(limitedEditionPrintingMint ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetLimitedEditionPrintingMintAuthorityAccount(limitedEditionPrintingMintAuthority ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetMetadataAccount(metadataAccount ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetMetadataAuthorityAccount(metadataAuthority ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetMintAccount(mintAccount ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetOriginalAuthorityLookupAccount(originalAuthorityLookup ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetPayerAccount(payer ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetSafetyDepositBoxStorageAccount(safetyDepositBoxStorage ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetSystemAccount(system ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetUninitializedSafetyDepositValidationTicketAccount(uninitializedSafetyDepositValidationTicket ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) SetWhitelistedCreatorEntryAccount(whitelistedCreatorEntry ag_solanago.PublicKey) *DeprecatedValidateSafetyDepositBoxV1 + func (inst *DeprecatedValidateSafetyDepositBoxV1) Validate() error + func (inst DeprecatedValidateSafetyDepositBoxV1) Build() *Instruction + func (inst DeprecatedValidateSafetyDepositBoxV1) ValidateAndBuild() (*Instruction, error) + func (obj *DeprecatedValidateSafetyDepositBoxV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj DeprecatedValidateSafetyDepositBoxV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type EmptyPaymentAccount struct + Args *EmptyPaymentAccountArgs + func NewEmptyPaymentAccountInstruction(args EmptyPaymentAccountArgs, acceptPayment ag_solanago.PublicKey, ...) *EmptyPaymentAccount + func NewEmptyPaymentAccountInstructionBuilder() *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) EncodeToTree(parent ag_treeout.Branches) + func (inst *EmptyPaymentAccount) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetAuctionManagerStoreAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetAuctionWinnerTokenTypeTrackerAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetDestinationAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetPayoutTicketInfoAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetSystemProgramAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *EmptyPaymentAccount) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetArgs(args EmptyPaymentAccountArgs) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetAuctionAccount(auction ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetAuctionManagerStoreAccount(auctionManagerStore ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetAuctionWinnerTokenTypeTrackerAccount(auctionWinnerTokenTypeTracker ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetDestinationAccount(destinationAccount ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetMetadataAccount(metadata ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetPayerAccount(payer ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetPayoutTicketInfoAccount(payoutTicketInfo ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetSystemProgramAccount(systemProgram ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) SetVaultAccount(vault ag_solanago.PublicKey) *EmptyPaymentAccount + func (inst *EmptyPaymentAccount) Validate() error + func (inst EmptyPaymentAccount) Build() *Instruction + func (inst EmptyPaymentAccount) ValidateAndBuild() (*Instruction, error) + func (obj *EmptyPaymentAccount) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj EmptyPaymentAccount) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type EmptyPaymentAccountArgs struct + CreatorIndex *uint8 + WinningConfigIndex *uint8 + WinningConfigItemIndex *uint64 + func (obj *EmptyPaymentAccountArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj EmptyPaymentAccountArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type EndAuction struct + Args *EndAuctionArgs + func NewEndAuctionInstruction(args EndAuctionArgs, auctionManager ag_solanago.PublicKey, ...) *EndAuction + func NewEndAuctionInstructionBuilder() *EndAuction + func (inst *EndAuction) EncodeToTree(parent ag_treeout.Branches) + func (inst *EndAuction) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetAuctionExtendedDataAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetAuctionManagerAuthorityAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetClockSysvarAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *EndAuction) SetArgs(args EndAuctionArgs) *EndAuction + func (inst *EndAuction) SetAuctionAccount(auction ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetAuctionExtendedDataAccount(auctionExtendedData ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetAuctionManagerAuthorityAccount(auctionManagerAuthority ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetClockSysvarAccount(clockSysvar ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *EndAuction + func (inst *EndAuction) Validate() error + func (inst EndAuction) Build() *Instruction + func (inst EndAuction) ValidateAndBuild() (*Instruction, error) + func (obj *EndAuction) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj EndAuction) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type EndAuctionArgs struct + Reveal *Revealer + func (obj *EndAuctionArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj EndAuctionArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type InitAuctionManagerV2 struct + Args *InitAuctionManagerV2Args + func NewInitAuctionManagerV2Instruction(args InitAuctionManagerV2Args, ...) *InitAuctionManagerV2 + func NewInitAuctionManagerV2InstructionBuilder() *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) EncodeToTree(parent ag_treeout.Branches) + func (inst *InitAuctionManagerV2) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetAuctionManagerAuthorityAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetAuctionWinnerTokenTypeTrackerAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetCombinedVaultAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetSystemSysvarAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) GetUninitializedUnallocatedAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *InitAuctionManagerV2) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetArgs(args InitAuctionManagerV2Args) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetAuctionAccount(auction ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetAuctionManagerAuthorityAccount(auctionManagerAuthority ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetAuctionWinnerTokenTypeTrackerAccount(auctionWinnerTokenTypeTracker ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetCombinedVaultAccount(combinedVault ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetPayerAccount(payer ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetStoreAccount(store ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetSystemSysvarAccount(systemSysvar ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) SetUninitializedUnallocatedAuctionManagerAccount(uninitializedUnallocatedAuctionManager ag_solanago.PublicKey) *InitAuctionManagerV2 + func (inst *InitAuctionManagerV2) Validate() error + func (inst InitAuctionManagerV2) Build() *Instruction + func (inst InitAuctionManagerV2) ValidateAndBuild() (*Instruction, error) + func (obj *InitAuctionManagerV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj InitAuctionManagerV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type InitAuctionManagerV2Args struct + AmountType TupleNumericType + LengthType TupleNumericType + MaxRanges uint64 + func (obj *InitAuctionManagerV2Args) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj InitAuctionManagerV2Args) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type Instruction struct + func DecodeInstruction(accounts []*ag_solanago.AccountMeta, data []byte) (*Instruction, error) + func (inst *Instruction) Accounts() (out []*ag_solanago.AccountMeta) + func (inst *Instruction) Data() ([]byte, error) + func (inst *Instruction) EncodeToTree(parent ag_treeout.Branches) + func (inst *Instruction) MarshalWithEncoder(encoder *ag_binary.Encoder) error + func (inst *Instruction) ProgramID() ag_solanago.PublicKey + func (inst *Instruction) TextEncode(encoder *ag_text.Encoder, option *ag_text.Option) error + func (inst *Instruction) UnmarshalWithDecoder(decoder *ag_binary.Decoder) error + type Key ag_binary.BorshEnum + const KeyAuctionCacheV1 + const KeyAuctionManagerV1 + const KeyAuctionManagerV2 + const KeyAuctionWinnerTokenTypeTrackerV1 + const KeyBidRedemptionTicketV1 + const KeyBidRedemptionTicketV2 + const KeyOriginalAuthorityLookupV1 + const KeyPayoutTicketV1 + const KeyPrizeTrackingTicketV1 + const KeySafetyDepositConfigV1 + const KeySafetyDepositValidationTicketV1 + const KeyStoreConfigV1 + const KeyStoreIndexerV1 + const KeyStoreV1 + const KeyUninitialized + const KeyWhitelistedCreatorV1 + func (value Key) String() string + type NonWinningConstraint ag_binary.BorshEnum + const NonWinningConstraintGivenForBidPrice + const NonWinningConstraintGivenForFixedPrice + const NonWinningConstraintNoParticipationPrize + func (value NonWinningConstraint) String() string + type OriginalAuthorityLookup struct + Key Key + OriginalAuthority ag_solanago.PublicKey + func (obj *OriginalAuthorityLookup) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj OriginalAuthorityLookup) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ParticipationConfig struct + FixedPrice *uint64 + NonWinningConstraint NonWinningConstraint + SafetyDepositBoxIndex uint8 + WinnerConstraint WinningConstraint + func (obj *ParticipationConfig) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ParticipationConfig) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ParticipationConfigV1 struct + FixedPrice *uint64 + NonWinningConstraint NonWinningConstraint + SafetyDepositBoxIndex uint8 + WinnerConstraint WinningConstraint + func (obj *ParticipationConfigV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ParticipationConfigV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ParticipationConfigV2 struct + FixedPrice *uint64 + NonWinningConstraint NonWinningConstraint + WinnerConstraint WinningConstraint + func (obj *ParticipationConfigV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ParticipationConfigV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ParticipationStateV1 struct + CollectedToAcceptPayment uint64 + PrimarySaleHappened bool + PrintingAuthorizationTokenAccount *ag_solanago.PublicKey + Validated bool + func (obj *ParticipationStateV1) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ParticipationStateV1) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ParticipationStateV2 struct + CollectedToAcceptPayment uint64 + func (obj *ParticipationStateV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ParticipationStateV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type PayoutTicket struct + AmountPaid uint64 + Key Key + Recipient ag_solanago.PublicKey + func (obj *PayoutTicket) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj PayoutTicket) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type PrintingV2CalculationCheckReturn struct + ExpectedRedemptions uint64 + WinningConfigItemIndex *uint64 + WinningConfigType WinningConfigType + func (obj *PrintingV2CalculationCheckReturn) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj PrintingV2CalculationCheckReturn) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type PrizeTrackingTicket struct + ExpectedRedemptions uint64 + Key Key + Metadata ag_solanago.PublicKey + Redemptions uint64 + SupplySnapshot uint64 + func (obj *PrizeTrackingTicket) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj PrizeTrackingTicket) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type ProxyCallAddress ag_binary.BorshEnum + const ProxyCallAddressRedeemBid + const ProxyCallAddressRedeemFullRightsTransferBid + func (value ProxyCallAddress) String() string + type RedeemBid struct + func NewRedeemBidInstruction(auctionManager ag_solanago.PublicKey, ...) *RedeemBid + func NewRedeemBidInstructionBuilder() *RedeemBid + func (inst *RedeemBid) EncodeToTree(parent ag_treeout.Branches) + func (inst *RedeemBid) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetAuctionExtendedPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetDestinationAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetFractionMintAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetPdaBasedTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetReservationListPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *RedeemBid) SetAuctionAccount(auction ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetAuctionExtendedPDAAccount(auctionExtendedPDA ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetBidderAccount(bidder ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetDestinationAccount(destinationAccount ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetFractionMintAccount(fractionMint ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetPayerAccount(payer ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetPdaBasedTransferAuthorityAccount(pdaBasedTransferAuthority ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetReservationListPDAAccount(reservationListPDA ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetStoreAccount(store ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetSystemAccount(system ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *RedeemBid + func (inst *RedeemBid) Validate() error + func (inst RedeemBid) Build() *Instruction + func (inst RedeemBid) ValidateAndBuild() (*Instruction, error) + func (obj *RedeemBid) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemBid) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemFullRightsTransferBid struct + func NewRedeemFullRightsTransferBidInstruction(auctionManager ag_solanago.PublicKey, ...) *RedeemFullRightsTransferBid + func NewRedeemFullRightsTransferBidInstructionBuilder() *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) EncodeToTree(parent ag_treeout.Branches) + func (inst *RedeemFullRightsTransferBid) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetAuctionExtendedPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetDestinationAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetFractionMintAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetMasterMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetNewAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetPdaBasedTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *RedeemFullRightsTransferBid) SetAuctionAccount(auction ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetAuctionExtendedPDAAccount(auctionExtendedPDA ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetBidderAccount(bidder ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetDestinationAccount(destinationAccount ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetFractionMintAccount(fractionMint ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetMasterMetadataAccount(masterMetadata ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetNewAuthorityAccount(newAuthority ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetPayerAccount(payer ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetPdaBasedTransferAuthorityAccount(pdaBasedTransferAuthority ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetStoreAccount(store ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetSystemAccount(system ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *RedeemFullRightsTransferBid + func (inst *RedeemFullRightsTransferBid) Validate() error + func (inst RedeemFullRightsTransferBid) Build() *Instruction + func (inst RedeemFullRightsTransferBid) ValidateAndBuild() (*Instruction, error) + func (obj *RedeemFullRightsTransferBid) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemFullRightsTransferBid) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemParticipationBidV3 struct + Args *RedeemParticipationBidV3Args + func NewRedeemParticipationBidV3Instruction(args RedeemParticipationBidV3Args, auctionManager ag_solanago.PublicKey, ...) *RedeemParticipationBidV3 + func NewRedeemParticipationBidV3InstructionBuilder() *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) EncodeToTree(parent ag_treeout.Branches) + func (inst *RedeemParticipationBidV3) GetAcceptPaymentAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetAuctionDataExtendedAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetMintAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetNewEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetNewMetadataKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetNewTokenMintAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetPrizeTrackingTicketAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetSingleItemAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetTokenAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *RedeemParticipationBidV3) SetAcceptPaymentAccount(acceptPayment ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetArgs(args RedeemParticipationBidV3Args) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetAuctionAccount(auction ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetAuctionDataExtendedAccount(auctionDataExtended ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetBidderAccount(bidder ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetEditionPDAAccount(editionPDA ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetMetadataAccount(metadataAccount ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetMintAuthorityAccount(mintAuthority ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetNewEditionPDAAccount(newEditionPDA ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetNewMetadataKeyAccount(newMetadataKey ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetNewTokenMintAccount(newTokenMint ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetPayerAccount(payer ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetPrizeTrackingTicketAccount(prizeTrackingTicket ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetSingleItemAccount(singleItemAccount ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetStoreAccount(store ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetSystemAccount(system ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetTokenAccount(tokenAccount ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetTransferAuthorityAccount(transferAuthority ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *RedeemParticipationBidV3 + func (inst *RedeemParticipationBidV3) Validate() error + func (inst RedeemParticipationBidV3) Build() *Instruction + func (inst RedeemParticipationBidV3) ValidateAndBuild() (*Instruction, error) + func (obj *RedeemParticipationBidV3) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemParticipationBidV3) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemParticipationBidV3Args struct + WinIndex *uint64 + func (obj *RedeemParticipationBidV3Args) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemParticipationBidV3Args) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemPrintingV2Bid struct + Args *RedeemPrintingV2BidArgs + func NewRedeemPrintingV2BidInstruction(args RedeemPrintingV2BidArgs, auctionManager ag_solanago.PublicKey, ...) *RedeemPrintingV2Bid + func NewRedeemPrintingV2BidInstructionBuilder() *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) EncodeToTree(parent ag_treeout.Branches) + func (inst *RedeemPrintingV2Bid) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetAuctionExtendedPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetBidRedemptionKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetBidderAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetBidderMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetMintAuthorityAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetNewEditionPDAAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetNewMetadataKeyAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetNewTokenMintAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetPrizeTrackingTicketAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetSingleItemAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *RedeemPrintingV2Bid) SetArgs(args RedeemPrintingV2BidArgs) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetAuctionAccount(auction ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetAuctionExtendedPDAAccount(auctionExtendedPDA ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetBidRedemptionKeyAccount(bidRedemptionKey ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetBidderAccount(bidder ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetBidderMetadataAccount(bidderMetadata ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetEditionPDAAccount(editionPDA ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetMasterEditionAccount(masterEdition ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetMetadataAccount(metadataAccount ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetMintAuthorityAccount(mintAuthority ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetNewEditionPDAAccount(newEditionPDA ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetNewMetadataKeyAccount(newMetadataKey ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetNewTokenMintAccount(newTokenMint ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetPayerAccount(payer ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetPrizeTrackingTicketAccount(prizeTrackingTicket ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetSingleItemAccount(singleItemAccount ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetStoreAccount(store ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetSystemAccount(system ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *RedeemPrintingV2Bid + func (inst *RedeemPrintingV2Bid) Validate() error + func (inst RedeemPrintingV2Bid) Build() *Instruction + func (inst RedeemPrintingV2Bid) ValidateAndBuild() (*Instruction, error) + func (obj *RedeemPrintingV2Bid) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemPrintingV2Bid) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemPrintingV2BidArgs struct + EditionOffset uint64 + WinIndex uint64 + func (obj *RedeemPrintingV2BidArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemPrintingV2BidArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemUnusedWinningConfigItemsAsAuctioneer struct + Args *RedeemUnusedWinningConfigItemsAsAuctioneerArgs + func NewRedeemUnusedWinningConfigItemsAsAuctioneerInstruction(args RedeemUnusedWinningConfigItemsAsAuctioneerArgs) *RedeemUnusedWinningConfigItemsAsAuctioneer + func NewRedeemUnusedWinningConfigItemsAsAuctioneerInstructionBuilder() *RedeemUnusedWinningConfigItemsAsAuctioneer + func (inst *RedeemUnusedWinningConfigItemsAsAuctioneer) EncodeToTree(parent ag_treeout.Branches) + func (inst *RedeemUnusedWinningConfigItemsAsAuctioneer) SetArgs(args RedeemUnusedWinningConfigItemsAsAuctioneerArgs) *RedeemUnusedWinningConfigItemsAsAuctioneer + func (inst *RedeemUnusedWinningConfigItemsAsAuctioneer) Validate() error + func (inst RedeemUnusedWinningConfigItemsAsAuctioneer) Build() *Instruction + func (inst RedeemUnusedWinningConfigItemsAsAuctioneer) ValidateAndBuild() (*Instruction, error) + func (obj *RedeemUnusedWinningConfigItemsAsAuctioneer) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemUnusedWinningConfigItemsAsAuctioneer) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type RedeemUnusedWinningConfigItemsAsAuctioneerArgs struct + ProxyCall ProxyCallAddress + WinningConfigItemIndex uint64 + func (obj *RedeemUnusedWinningConfigItemsAsAuctioneerArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj RedeemUnusedWinningConfigItemsAsAuctioneerArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type Revealer struct + Price uint64 + Salt uint64 + func (obj *Revealer) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj Revealer) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SafetyDepositConfig struct + AmountRanges []AmountRange + AmountType TupleNumericType + AuctionManager ag_solanago.PublicKey + Key Key + LengthType TupleNumericType + Order uint64 + ParticipationConfig *ParticipationConfigV2 + ParticipationState *ParticipationStateV2 + WinningConfigType WinningConfigType + func (obj *SafetyDepositConfig) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SafetyDepositConfig) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SafetyDepositValidationTicket struct + Address ag_solanago.PublicKey + Key Key + func (obj *SafetyDepositValidationTicket) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SafetyDepositValidationTicket) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetAuctionCache struct + func NewSetAuctionCacheInstruction(auctionCachePDA ag_solanago.PublicKey, payer ag_solanago.PublicKey, ...) *SetAuctionCache + func NewSetAuctionCacheInstructionBuilder() *SetAuctionCache + func (inst *SetAuctionCache) EncodeToTree(parent ag_treeout.Branches) + func (inst *SetAuctionCache) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetAuctionCachePDAAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetClockSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *SetAuctionCache) SetAuctionAccount(auction ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetAuctionCachePDAAccount(auctionCachePDA ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetClockSysvarAccount(clockSysvar ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetPayerAccount(payer ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetStoreAccount(store ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) SetSystemAccount(system ag_solanago.PublicKey) *SetAuctionCache + func (inst *SetAuctionCache) Validate() error + func (inst SetAuctionCache) Build() *Instruction + func (inst SetAuctionCache) ValidateAndBuild() (*Instruction, error) + func (obj *SetAuctionCache) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetAuctionCache) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStore struct + Args *SetStoreArgs + func NewSetStoreInstruction(args SetStoreArgs, storeKey ag_solanago.PublicKey, ...) *SetStore + func NewSetStoreInstructionBuilder() *SetStore + func (inst *SetStore) EncodeToTree(parent ag_treeout.Branches) + func (inst *SetStore) GetAdminWalletAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStore) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStore) SetAdminWalletAccount(adminWallet ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetArgs(args SetStoreArgs) *SetStore + func (inst *SetStore) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetPayerAccount(payer ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetSystemAccount(system ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *SetStore + func (inst *SetStore) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *SetStore + func (inst *SetStore) Validate() error + func (inst SetStore) Build() *Instruction + func (inst SetStore) ValidateAndBuild() (*Instruction, error) + func (obj *SetStore) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStore) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStoreArgs struct + Public bool + func (obj *SetStoreArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStoreArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStoreIndex struct + Args *SetStoreIndexArgs + func NewSetStoreIndexInstruction(args SetStoreIndexArgs, storeIndexPDA ag_solanago.PublicKey, ...) *SetStoreIndex + func NewSetStoreIndexInstructionBuilder() *SetStoreIndex + func (inst *SetStoreIndex) EncodeToTree(parent ag_treeout.Branches) + func (inst *SetStoreIndex) GetAuctionCacheAboveAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetAuctionCacheBelowAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetAuctionCachePDAAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetPayerInfoAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetStoreIndexPDAAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *SetStoreIndex) SetArgs(args SetStoreIndexArgs) *SetStoreIndex + func (inst *SetStoreIndex) SetAuctionCacheAboveAccount(auctionCacheAbove ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetAuctionCacheBelowAccount(auctionCacheBelow ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetAuctionCachePDAAccount(auctionCachePDA ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetPayerInfoAccount(payerInfo ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetStoreIndexPDAAccount(storeIndexPDA ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) SetSystemAccount(system ag_solanago.PublicKey) *SetStoreIndex + func (inst *SetStoreIndex) Validate() error + func (inst SetStoreIndex) Build() *Instruction + func (inst SetStoreIndex) ValidateAndBuild() (*Instruction, error) + func (obj *SetStoreIndex) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStoreIndex) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStoreIndexArgs struct + Offset uint64 + Page uint64 + func (obj *SetStoreIndexArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStoreIndexArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStoreV2 struct + Args *SetStoreV2Args + func NewSetStoreV2Instruction(args SetStoreV2Args, storeKey ag_solanago.PublicKey, ...) *SetStoreV2 + func NewSetStoreV2InstructionBuilder() *SetStoreV2 + func (inst *SetStoreV2) EncodeToTree(parent ag_treeout.Branches) + func (inst *SetStoreV2) GetAdminWalletAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetStoreConfigKeyAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *SetStoreV2) SetAdminWalletAccount(adminWallet ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetArgs(args SetStoreV2Args) *SetStoreV2 + func (inst *SetStoreV2) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetPayerAccount(payer ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetStoreConfigKeyAccount(storeConfigKey ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetSystemAccount(system ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *SetStoreV2 + func (inst *SetStoreV2) Validate() error + func (inst SetStoreV2) Build() *Instruction + func (inst SetStoreV2) ValidateAndBuild() (*Instruction, error) + func (obj *SetStoreV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStoreV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetStoreV2Args struct + Public bool + SettingsUri *string + func (obj *SetStoreV2Args) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetStoreV2Args) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetWhitelistedCreator struct + Args *SetWhitelistedCreatorArgs + func NewSetWhitelistedCreatorInstruction(args SetWhitelistedCreatorArgs, whitelistedCreatorPDAKey ag_solanago.PublicKey, ...) *SetWhitelistedCreator + func NewSetWhitelistedCreatorInstructionBuilder() *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) EncodeToTree(parent ag_treeout.Branches) + func (inst *SetWhitelistedCreator) GetAdminWalletAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetCreatorKeyAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) GetWhitelistedCreatorPDAKeyAccount() *ag_solanago.AccountMeta + func (inst *SetWhitelistedCreator) SetAdminWalletAccount(adminWallet ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetArgs(args SetWhitelistedCreatorArgs) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetCreatorKeyAccount(creatorKey ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetPayerAccount(payer ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetSystemAccount(system ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) SetWhitelistedCreatorPDAKeyAccount(whitelistedCreatorPDAKey ag_solanago.PublicKey) *SetWhitelistedCreator + func (inst *SetWhitelistedCreator) Validate() error + func (inst SetWhitelistedCreator) Build() *Instruction + func (inst SetWhitelistedCreator) ValidateAndBuild() (*Instruction, error) + func (obj *SetWhitelistedCreator) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetWhitelistedCreator) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type SetWhitelistedCreatorArgs struct + Activated bool + func (obj *SetWhitelistedCreatorArgs) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj SetWhitelistedCreatorArgs) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type StartAuction struct + func NewStartAuctionInstruction(auctionManager ag_solanago.PublicKey, auction ag_solanago.PublicKey, ...) *StartAuction + func NewStartAuctionInstructionBuilder() *StartAuction + func (inst *StartAuction) EncodeToTree(parent ag_treeout.Branches) + func (inst *StartAuction) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) GetAuctionManagerAuthorityAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) GetAuctionProgramAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) GetClockSysvarAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) GetStoreKeyAccount() *ag_solanago.AccountMeta + func (inst *StartAuction) SetAuctionAccount(auction ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) SetAuctionManagerAuthorityAccount(auctionManagerAuthority ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) SetAuctionProgramAccount(auctionProgram ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) SetClockSysvarAccount(clockSysvar ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) SetStoreKeyAccount(storeKey ag_solanago.PublicKey) *StartAuction + func (inst *StartAuction) Validate() error + func (inst StartAuction) Build() *Instruction + func (inst StartAuction) ValidateAndBuild() (*Instruction, error) + func (obj *StartAuction) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj StartAuction) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type Store struct + AuctionProgram ag_solanago.PublicKey + Key Key + Public bool + TokenMetadataProgram ag_solanago.PublicKey + TokenProgram ag_solanago.PublicKey + TokenVaultProgram ag_solanago.PublicKey + func (obj *Store) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj Store) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type StoreConfig struct + Key Key + SettingsUri *string + func (obj *StoreConfig) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj StoreConfig) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type StoreIndexer struct + AuctionCaches []ag_solanago.PublicKey + Key Key + Page uint64 + Store ag_solanago.PublicKey + func (obj *StoreIndexer) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj StoreIndexer) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type TupleNumericType ag_binary.BorshEnum + const TupleNumericTypePadding0 + const TupleNumericTypePadding1 + const TupleNumericTypePadding2 + const TupleNumericTypePadding3 + const TupleNumericTypePadding4 + const TupleNumericTypeU16 + const TupleNumericTypeU32 + const TupleNumericTypeU64 + const TupleNumericTypeU8 + func (value TupleNumericType) String() string + type ValidateSafetyDepositBoxV2 struct + Args *SafetyDepositConfig + func NewValidateSafetyDepositBoxV2Instruction(args SafetyDepositConfig, uninitializedSafetyDeposit ag_solanago.PublicKey, ...) *ValidateSafetyDepositBoxV2 + func NewValidateSafetyDepositBoxV2InstructionBuilder() *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) EncodeToTree(parent ag_treeout.Branches) + func (inst *ValidateSafetyDepositBoxV2) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetAuctionManagerStoreAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetAuctionWinnerTokenTypeTrackerAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetAuthorityAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetEditionOrMasterEditionAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetMetadataAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetMetadataAuthorityAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetMintAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetOriginalAuthorityLookupAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetPayerAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetSafetyDepositBoxStorageAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetSystemAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetTokenMetadataProgramAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetUninitializedSafetyDepositAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) GetWhitelistedCreatorEntryAccount() *ag_solanago.AccountMeta + func (inst *ValidateSafetyDepositBoxV2) SetArgs(args SafetyDepositConfig) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetAuctionManagerStoreAccount(auctionManagerStore ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetAuctionWinnerTokenTypeTrackerAccount(auctionWinnerTokenTypeTracker ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetAuthorityAccount(authority ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetEditionOrMasterEditionAccount(editionOrMasterEdition ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetMetadataAccount(metadataAccount ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetMetadataAuthorityAccount(metadataAuthority ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetMintAccount(mintAccount ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetOriginalAuthorityLookupAccount(originalAuthorityLookup ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetPayerAccount(payer ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetSafetyDepositBoxStorageAccount(safetyDepositBoxStorage ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetSystemAccount(system ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetTokenMetadataProgramAccount(tokenMetadataProgram ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetUninitializedSafetyDepositAccount(uninitializedSafetyDeposit ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) SetWhitelistedCreatorEntryAccount(whitelistedCreatorEntry ag_solanago.PublicKey) *ValidateSafetyDepositBoxV2 + func (inst *ValidateSafetyDepositBoxV2) Validate() error + func (inst ValidateSafetyDepositBoxV2) Build() *Instruction + func (inst ValidateSafetyDepositBoxV2) ValidateAndBuild() (*Instruction, error) + func (obj *ValidateSafetyDepositBoxV2) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj ValidateSafetyDepositBoxV2) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WhitelistedCreator struct + Activated bool + Address ag_solanago.PublicKey + Key Key + func (obj *WhitelistedCreator) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WhitelistedCreator) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WinningConfig struct + Items []WinningConfigItem + func (obj *WinningConfig) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WinningConfig) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WinningConfigItem struct + Amount uint8 + SafetyDepositBoxIndex uint8 + WinningConfigType WinningConfigType + func (obj *WinningConfigItem) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WinningConfigItem) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WinningConfigState struct + Items []WinningConfigStateItem + MoneyPushedToAcceptPayment bool + func (obj *WinningConfigState) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WinningConfigState) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WinningConfigStateItem struct + Claimed bool + PrimarySaleHappened bool + func (obj *WinningConfigStateItem) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WinningConfigStateItem) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error) + type WinningConfigType ag_binary.BorshEnum + const WinningConfigTypeFullRightsTransfer + const WinningConfigTypeParticipation + const WinningConfigTypePrintingV1 + const WinningConfigTypePrintingV2 + const WinningConfigTypeTokenOnlyTransfer + func (value WinningConfigType) String() string + type WinningConstraint ag_binary.BorshEnum + const WinningConstraintNoParticipationPrize + const WinningConstraintParticipationPrizeGiven + func (value WinningConstraint) String() string + type WithdrawMasterEdition struct + func NewWithdrawMasterEditionInstruction(auctionManager ag_solanago.PublicKey, ...) *WithdrawMasterEdition + func NewWithdrawMasterEditionInstructionBuilder() *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) EncodeToTree(parent ag_treeout.Branches) + func (inst *WithdrawMasterEdition) GetAssociatedTokenAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetAuctionAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetAuctionDataExtendedAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetAuctionManagerAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetFractionMintAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetPdaBasedVaultTransferAuthorityAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetPrizeTrackingTicketAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetRentSysvarAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetSafetyDepositBoxAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetSafetyDepositConfigAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetSafetyDepositTokenStorageAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetStoreAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetTokenProgramAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetTokenVaultProgramAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) GetVaultAccount() *ag_solanago.AccountMeta + func (inst *WithdrawMasterEdition) SetAssociatedTokenAccount(associatedTokenAccount ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetAuctionAccount(auction ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetAuctionDataExtendedAccount(auctionDataExtended ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetAuctionManagerAccount(auctionManager ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetFractionMintAccount(fractionMint ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetPdaBasedVaultTransferAuthorityAccount(pdaBasedVaultTransferAuthority ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetPrizeTrackingTicketAccount(prizeTrackingTicket ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetRentSysvarAccount(rentSysvar ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetSafetyDepositBoxAccount(safetyDepositBox ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetSafetyDepositConfigAccount(safetyDepositConfig ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetSafetyDepositTokenStorageAccount(safetyDepositTokenStorage ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetStoreAccount(store ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetTokenProgramAccount(tokenProgram ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetTokenVaultProgramAccount(tokenVaultProgram ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) SetVaultAccount(vaultAccount ag_solanago.PublicKey) *WithdrawMasterEdition + func (inst *WithdrawMasterEdition) Validate() error + func (inst WithdrawMasterEdition) Build() *Instruction + func (inst WithdrawMasterEdition) ValidateAndBuild() (*Instruction, error) + func (obj *WithdrawMasterEdition) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error) + func (obj WithdrawMasterEdition) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error)