RTSDK
    Preparing search index...

    Class SDKControllerAbstract

    Create an instance of SDKController class with credentials.

    const credentials = {
    assetId: "exampleAsset",
    interactiveNonce: "exampleNonce"
    interactivePublicKey: "examplePublicKey",
    visitorId: 1,
    url: "https://topia.io",
    }
    const topia = await new Topia({
    apiDomain: "api.topia.io",
    apiKey: "exampleKey",
    interactiveKey: "key",
    interactiveSecret: "secret",
    }
    await new SDKController({ credentials, topia });

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    credentials: undefined | InteractiveCredentials
    jwt?: string
    requestOptions: object
    topia: Topia

    Methods

    • Parameters

      • __namedParameters: { error?: unknown; message?: string; params?: object; sdkMethod?: string }

      Returns {
          data: {};
          message: string;
          method: string;
          params: object;
          sdkMethod: undefined | string;
          stack: string;
          stackTrace: Error;
          status: number;
          success: boolean;
          url: string;
      }

    • Returns AxiosInstance