EmergenceServices

The EmergenceServices singleton provides all the necessary methods to start using the Emergence SDK.

Methods

static T GetService<T>()

The GetService<T> method returns the service of the specified type T that implements the IEmergenceService interface.

Remarks

This class creates and adds the following services to the services list:

  • PersonaService

  • SessionService

  • AvatarService

  • InventoryService

  • DynamicMetadataService

  • WalletService

  • ContractService

  • ChainService

Last updated