RTSDK
    Preparing search index...

    Class EcosystemFactory

    const Ecosystem = new EcosystemFactory(myTopiaInstance);
    
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    topia: Topia

    Methods

    • Instantiate a new instance of Ecosystem class.

      Parameters

      Returns Ecosystem

      Returns a new Ecosystem object.

      const ecosystemInstance = await Ecosystem.create({ credentials: { interactiveNonce, interactivePublicKey, assetId, urlSlug, visitorId }});