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

    Interface UntrustServerInput

    Input for untrusting a server with signature (gasless)

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

    Properties

    Properties

    nonce: bigint

    User nonce

    serverId: `0x${string}`

    Server ID (address)