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
while it could be simply: prepared_transfer_tx = bdb.transactions.prepare_transfer(input_tx, output_id, owners_after, metadata)
Notice that the operation, transfer_input, asset are all derived from the input_tx (full transaction, not only the tx_id). The complex transfer_input object is legacy of the common code, but can easily be abstracted away in the driver until the common code is fixed
The text was updated successfully, but these errors were encountered:
Currently it is the following:
while it could be simply:
prepared_transfer_tx = bdb.transactions.prepare_transfer(input_tx, output_id, owners_after, metadata)
Notice that the operation, transfer_input, asset are all derived from the input_tx (full transaction, not only the tx_id). The complex transfer_input object is legacy of the common code, but can easily be abstracted away in the driver until the common code is fixed
The text was updated successfully, but these errors were encountered: