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
**Note:** Amount in the output is always in base units (raw). The token must have been associated with the spender account before the allowance can be used.
415
+
354
416
### Token Delete
355
417
356
418
Delete a token from local state. This only removes the token from the local address book, not from the Hedera network.
@@ -546,7 +608,7 @@ The following token commands support the `--batch` / `-B` flag via the batch plu
546
608
-`create-ft-from-file` – `TokenCreateFtFromFileBatchStateHook` persists FT-from-file state
547
609
-`create-nft-from-file` – `TokenCreateNftFromFileBatchStateHook` persists NFT-from-file state
548
610
-`associate` – `TokenAssociateBatchStateHook` persists association results
549
-
-`mint-ft`, `mint-nft`, `transfer-ft`, `transfer-nft` – can be batched (no state hook; transactions execute atomically)
611
+
-`mint-ft`, `mint-nft`, `transfer-ft`, `transfer-nft`, `allowance-ft` – can be batched (no state hook; transactions execute atomically)
0 commit comments