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
Add a page noting things that are often confusing to new devs.
asset_sender - only used for clawback but seems like it'd be used to send an asset txn.accounts[0] and len(txn.accounts) - app call sender is implicitly 0 and length doesn't actually say how many elements in the array
what else?
The text was updated successfully, but these errors were encountered:
Txn.receiver() - only used for PaymentTxn, whereas Txn.asset_receiver() only used for AssetTransferTxn
Similarly, Txn.amount() vs Txn.asset_amount() and Txn.close_remainder_to() vs Txn.asset_close_to() .
Some Global methods can be referenced in Signature mode (like .group_size() ) while others cannot (like .latest_timestamp() )
Add a page noting things that are often confusing to new devs.
asset_sender
- only used for clawback but seems like it'd be used to send an assettxn.accounts[0]
andlen(txn.accounts)
- app call sender is implicitly 0 and length doesn't actually say how many elements in the arraywhat else?
The text was updated successfully, but these errors were encountered: