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

    Type Alias TypedDataPrimaryType

    TypedDataPrimaryType:
        | "Permission"
        | "RevokePermission"
        | "TrustServer"
        | "UntrustServer"
        | "AddServer"
        | "RegisterGrantee"
        | "ServerFilesAndPermission"

    Defines all valid primary types for EIP-712 typed data in the Vana SDK.

    These literal types ensure compile-time safety when handling typed data operations. Each corresponds to a specific blockchain operation type.