Generates an unsigned PSBT (Partially Signed Bitcoin Transaction) hex string.
The network for the transaction, either 'mainnet' or 'testnet'.
The inputs for the transaction as a JSON string of an array of TxInput objects.
The outputs for the transaction as a JSON string of an array of TxOutput objects.
A promise that resolves to a BitcoinCashAPIResponse containing the PSBT hex string.