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

    Interface TrustServerTypedData

    EIP-712 typed data for TrustServer

    interface TrustServerTypedData {
        domain: PermissionGrantDomain;
        types: { TrustServer: { name: string; type: string }[] };
        primaryType: "TrustServer";
        message: TrustServerInput;
    }
    Index

    Properties

    EIP-712 domain

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

    EIP-712 types

    primaryType: "TrustServer"

    Primary type

    Message to sign