You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transfer amount. For example, if you trade 1.5 BTC, then the value is `1.5`.
[optional]
Example
fromcobo_waas2.models.transaction_transfer_to_address_destination_utxo_outputs_innerimportTransactionTransferToAddressDestinationUtxoOutputsInner# TODO update the JSON string belowjson="{}"# create an instance of TransactionTransferToAddressDestinationUtxoOutputsInner from a JSON stringtransaction_transfer_to_address_destination_utxo_outputs_inner_instance=TransactionTransferToAddressDestinationUtxoOutputsInner.from_json(json)
# print the JSON string representation of the objectprint(TransactionTransferToAddressDestinationUtxoOutputsInner.to_json())
# convert the object into a dicttransaction_transfer_to_address_destination_utxo_outputs_inner_dict=transaction_transfer_to_address_destination_utxo_outputs_inner_instance.to_dict()
# create an instance of TransactionTransferToAddressDestinationUtxoOutputsInner from a dicttransaction_transfer_to_address_destination_utxo_outputs_inner_from_dict=TransactionTransferToAddressDestinationUtxoOutputsInner.from_dict(transaction_transfer_to_address_destination_utxo_outputs_inner_dict)