Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 2.16 KB

File metadata and controls

19 lines (11 loc) · 2.16 KB

TransactionTransferToAddressDestination

Information about the transaction destination type Address. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type. Switch between the tabs to display the properties for different transaction destinations.

Properties

Name Type Description Notes
destinationType TransactionDestinationType
accountOutput TransactionTransferToAddressDestinationAccountOutput [optional]
utxoOutputs List<TransactionTransferToAddressDestinationUtxoOutputsInner> [optional]
changeAddress String The address used to receive the remaining funds or change from the transaction. [optional]
forceInternal 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. If both `force_internal` and `force_external` are set to `false`, the system uses Cobo Loop by default if possible; otherwise, it proceeds with an on-chain transfer. [optional]
forceExternal 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. If both `force_internal` and `force_external` are set to `false`, the system uses Cobo Loop by default if possible; otherwise, it proceeds with an on-chain transfer. [optional]