ClaimButtonProps

Props for the ClaimButton component

type ClaimButtonProps = Omit<
"transaction"
> & {
chain: Chain;
claimParams: ClaimParams;
client: ThirdwebClient;
contractAddress: string;
};