Documentation
    Preparing search index...

    Variable signedMessageConst

    signedMessage: ZodObject<
        {
            message: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
            signature: ZodObject<
                { data: ZodString; type: ZodLiteral<"SECP256K1"> },
                "strip",
                ZodTypeAny,
                { data: string; type: "SECP256K1" },
                { data: string; type: "SECP256K1" },
            >;
        },
        "strip",
        ZodTypeAny,
        { message: {}; signature: { data: string; type: "SECP256K1" } },
        { message: {}; signature: { data: string; type: "SECP256K1" } },
    > = ...