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

    Interface AddAndTrustServerInput

    Input for adding and trusting a server with signature (gasless)

    interface AddAndTrustServerInput {
        nonce: bigint;
        serverAddress: `0x${string}`;
        serverUrl: string;
        publicKey: string;
    }

    Hierarchy

    • RecordCompatible
      • AddAndTrustServerInput
    Index

    Properties

    nonce: bigint

    User nonce

    serverAddress: `0x${string}`

    Server address

    serverUrl: string

    Server URL

    publicKey: string

    Server public key