Vana SDK - v2.2.2
    Preparing search index...

    Interface GenericTypedData

    Generic EIP-712 typed data structure

    interface GenericTypedData {
        domain: PermissionGrantDomain;
        types: Record<string, { name: string; type: string }[]>;
        primaryType: string;
        message: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    EIP-712 domain

    types: Record<string, { name: string; type: string }[]>

    EIP-712 types

    primaryType: string

    Primary type

    message: Record<string, unknown>

    Message to sign