toncenter-js
    Preparing search index...

    Variable rWalletLimitConst

    rWalletLimit: ZodObject<
        {
            "@type": ZodLiteral<"rwallet.limit">;
            seconds: ZodNumber;
            value: ZodNumber;
        },
        $strip,
    > = ...