Using counterparty api I am issuing an asset, signing the raw transaction and sending raw transaction. Api I used is http://counterparty.io/docs/api/#create_issuance
As it takes 10 or more minutes to confirm the transaction, is it possible to send the unconfirmed transaction using create_send? Or is it possible to automate from counterparty to send it after confirmation? http://counterparty.io/docs/api/#create_send
I have tried the advanced create_ parameters to no avail.