Skip to content

Commit 88cbec2

Browse files
Merge pull request #78 from algorandfoundation/chore/remove-fixme
chore: removed FIXME that is being addressed offline
2 parents c42c1f4 + 8e2f671 commit 88cbec2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/algokit_transact/src/transactions/asset_transfer.rs

-5
Original file line numberDiff line numberDiff 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)]

0 commit comments

Comments
 (0)