Vana SDK - v0.1.0
    Preparing search index...

    Interface PermissionGrantTypedData

    EIP-712 typed data structure for Permission

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

    Properties

    EIP-712 domain

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

    EIP-712 types

    primaryType: "Permission"

    Primary type

    Message to sign