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

    Interface TrustServerInput

    Input for trusting a server with signature (gasless)

    Use AddAndTrustServerInput instead

    interface TrustServerInput {
        nonce: bigint;
        serverId: number;
    }

    Hierarchy

    • RecordCompatible
      • TrustServerInput
    Index

    Properties

    Properties

    nonce: bigint

    User nonce

    serverId: number

    Server ID (numeric)