ISMEClient
ISMEClient is used to communicate with ISME gateway.
constructor
Type
class ISMEClient {
  constructor(endpoint: string)
}
Details
endpoint ISME Gateway IP address
Property
profile
ISMEProfile instance
did
ISMEDID instance
follow
ISMEFollow instance
socialAccount
ISMESocialAccount instance
Method
schema
Create ISMESchema instance
Type
class ISMEClient {
  schema(): ISMESchema
}
model
Create ISMEModel instance
Type
class ISMEClient {
  model<T = any>(modelId: string): ISMEModel<T>
}