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

    Interface RegisterGranteeTypedData

    EIP-712 typed data for RegisterGrantee

    interface RegisterGranteeTypedData {
        domain: PermissionGrantDomain;
        types: { RegisterGrantee: { name: string; type: string }[] };
        primaryType: "RegisterGrantee";
        message: RegisterGranteeInput;
    }

    Hierarchy (View Summary)

    Index

    Properties

    EIP-712 domain

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

    EIP-712 types

    primaryType: "RegisterGrantee"

    Primary type

    Message to sign