Values.BatchGetTokenBalanceOutputItemSourceThe container for the properties of a token balance output.
type nonrec t = {ownerIdentifier : OwnerIdentifier.t option;tokenIdentifier : TokenIdentifier.t option;balance : String_.t option;The container for the token balance.
*)atBlockchainInstant : BlockchainInstant.t option;lastUpdatedTime : BlockchainInstant.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of ChainAddress.t
| `Timestamp of Timestamp.t ])
list ])
list ]