Values.ContractIdentifierSourceContainer for the blockchain address and network information about a contract.
type nonrec t = {network : QueryNetwork.t;The blockchain network of the contract.
*)contractAddress : ChainAddress.t;Container for the blockchain address about a contract.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChainAddress.t ]) list ]