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

    Interface TrustServerInput

    Input for trusting a server with signature (gasless)

    interface TrustServerInput {
        nonce: bigint;
        serverId: `0x${string}`;
        serverUrl: string;
    }
    Index

    Properties

    nonce: bigint

    User nonce

    serverId: `0x${string}`

    Server ID (address)

    serverUrl: string

    Server URL