Module Values.OwnerIdentifierSource

The container for the owner identifier.

Sourcetype nonrec t = {
  1. address : ChainAddress.t;
    (*

    The contract or wallet address for the owner.

    *)
}
Sourceval context_ : string
Sourceval make : address:ChainAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChainAddress.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t