# Functions
CreateDeviceRegistry the default factory for creating device registries.
CreateServiceBroker the default factory for creating service brokers.
CreateServiceRegistry the default factory for creating service registries.
NewSdk create a new SDK instance from options.
# Structs
Contract default implementation of the smart contract interface.
DeviceEvent an event emitted by the device registry contract notifying a device update.
DeviceRegistry core utilities for managing devices on the ledger.
Sdk the iot service blockchain sdk.
SdkOptions SDK initialization options.
ServiceBroker core utilities for managing IoT service requests and responses on the ledger.
ServiceEvent an event emitted by the service registry contract notifying a service update.
ServiceRegistry core utilities for managing services on the ledger.
ServiceRequestEvent an event emitted by the service broker contract notifying a service request/response update.
# Interfaces
ContractInterface the smart contract interface.
DeviceRegistryInterface core utilities for managing devices on the ledger.
ServiceBrokerInterface core utilities for managing service requests on ledger.
ServiceRegistryInterface core utilities for managing services on the ledger.