IOwner

class IOwner

Interface implemented by GraphQL types representing entities that can own objects. Object owners are identified by an address which can represent either the public key of an account or another object. The same address can only refer to an account or an object, never both, but it is not possible to know which up-front.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion