/** * This code was GENERATED using the solita package. * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality. * * See: https://github.com/metaplex-foundation/solita */ import * as web3 from '@solana/web3.js'; import * as beet from '@metaplex-foundation/beet'; export type ChangeVoterWithdrawalWalletsArgs = { wallet1: web3.PublicKey; wallet2: web3.PublicKey; wallet3: web3.PublicKey; wallet4: web3.PublicKey; wallet5: web3.PublicKey; approvalThreshold: number; }; /** * @category userTypes * @category generated */ export declare const changeVoterWithdrawalWalletsArgsBeet: beet.BeetArgsStruct;