Vana SDK - v0.1.0
    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>;
    }
    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