Left Curve Software Stack
    Preparing search index...

    Type Alias ArbitraryTypedData<message>

    type ArbitraryTypedData<message extends JsonValue = JsonValue> = {
        message: message;
        primaryType: "Message";
        types: Record<string, TypedDataProperty[]>;
    }

    Type Parameters

    Index

    Properties

    message: message
    primaryType: "Message"
    types: Record<string, TypedDataProperty[]>