Values.AssetContractSourceThis container contains information about an contract.
type nonrec t = {contractIdentifier : ContractIdentifier.t option;The container for the contract identifier containing its blockchain network and address.
*)tokenStandard : QueryTokenStandard.t option;The token standard of the contract.
*)deployerAddress : ChainAddress.t option;The address of the contract deployer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ChainAddress.t
| `Structure of
(string * [> `Enum of string | `String of ChainAddress.t ]) list ])
list ]