Values.GetAssetContractInputSourceGets the information about a specific contract deployed on the blockchain. The Bitcoin blockchain networks do not support this operation. Metadata is currently only available for some ERC-20 contracts. Metadata will be available for additional contracts in the future.
type nonrec t = {contractIdentifier : ContractIdentifier.t;Contains the blockchain address and network information about the contract.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ChainAddress.t ]) list ])
list ]