type WaitForReceiptOptions = Prettify< SendTransactionResult & { chain: Chain; client: ThirdwebClient; maxBlocksWaitTime?: number; }>;