toncenter-js
    Preparing search index...

    Variable rWalletConfigConst

    rWalletConfig: ZodObject<
        {
            "@type": ZodLiteral<"rwallet.config">;
            limits: ZodArray<
                ZodObject<
                    {
                        "@type": ZodLiteral<"rwallet.limit">;
                        seconds: ZodNumber;
                        value: ZodNumber;
                    },
                    $strip,
                >,
            >;
            start_at: ZodNumber;
        },
        $strip,
    > = ...