File tree 1 file changed +0
-5
lines changed
crates/algokit_transact/src/transactions
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,6 @@ pub struct AssetTransferTransactionFields {
57
57
/// If provided, this indicates that the transaction is a clawback operation,
58
58
/// where the sender is the asset clawback address and is forcibly moving assets
59
59
/// 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.
65
60
#[ serde( rename = "asnd" ) ]
66
61
#[ serde( skip_serializing_if = "is_zero_addr_opt" ) ]
67
62
#[ serde( default ) ]
You can’t perform that action at this time.
0 commit comments