File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
crates/algokit_transact/src/transactions Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,6 @@ pub struct AssetTransferTransactionFields {
5757 /// If provided, this indicates that the transaction is a clawback operation,
5858 /// where the sender is the asset clawback address and is forcibly moving assets
5959 /// from this account to the receiver.
60- // FIXME: We should assess if asset_sender should be part of a basic asset transfer.
61- // Using this as a bit of discussion, we generally agree that we want both a
62- // high fidelity representation of the transaction types and a higher abstraction that
63- // gives each transaction type a single and unambiguous effect.
64- // We still need to define what is the right place for this higher-level abstraction.
6560 #[ serde( rename = "asnd" ) ]
6661 #[ serde( skip_serializing_if = "is_zero_addr_opt" ) ]
6762 #[ serde( default ) ]
You can’t perform that action at this time.
0 commit comments