Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.54 KB

AddressTransferDestination.md

File metadata and controls

14 lines (10 loc) · 1.54 KB

CoboWaas2.AddressTransferDestination

Properties

Name Type Description Notes
destination_type TransferDestinationType
account_output AddressTransferDestinationAccountOutput [optional]
utxo_outputs [AddressTransferDestinationUtxoOutputsInner] [optional]
change_address String The address used to receive the remaining funds or change from the transaction. [optional]
force_internal Boolean Whether the transaction request must be executed as a Cobo Loop transfer. - `true`: The transaction request must be executed as a Cobo Loop transfer. - `false`: The transaction request may not be executed as a Cobo Loop transfer. Please do not set both `force_internal` and `force_external` as `true`. [optional]
force_external Boolean Whether the transaction request must not be executed as a Cobo Loop transfer. - `true`: The transaction request must not be executed as a Cobo Loop transfer. - `false`: The transaction request can be executed as a Cobo Loop transfer. Please do not set both `force_internal` and `force_external` as `true`. [optional]