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

    Interface PermissionGrantTypedData

    EIP-712 typed data structure for Permission

    interface PermissionGrantTypedData {
        types: { Permission: { name: string; type: string }[] };
        primaryType: "Permission";
        message: PermissionInputMessage;
        domain: PermissionGrantDomain;
    }

    Hierarchy (View Summary)

    Index

    Properties

    types: { Permission: { name: string; type: string }[] }

    EIP-712 types

    primaryType: "Permission"

    Primary type

    Message to sign

    EIP-712 domain