/** * 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 InitializeCircusCasinoArgs = { withdrawalWallet: web3.PublicKey; botWallet: web3.PublicKey; apiWallet: web3.PublicKey; withdrawalFeePercentage: number; voteWallet1: web3.PublicKey; voteWallet2: web3.PublicKey; voteWallet3: web3.PublicKey; voteWallet4: web3.PublicKey; voteWallet5: web3.PublicKey; approvalThreshold: number; withdrawalSmallAmountLimitation: beet.bignum; nextWithdrawalPeriodTimestampLimitationSeconds: beet.bignum; rateOfTokenPerPoint: beet.bignum; }; /** * @category userTypes * @category generated */ export declare const initializeCircusCasinoArgsBeet: beet.BeetArgsStruct;