FuelLabs/forc
feat(transfer): consider supporting transferring to own accounts with flag `--to-account <ix>`
开放
#26 创建于 2023年4月12日
enhancementforc-walletgood first issue
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
This was a feature that I thought of possibly supporting in FuelLabs/forc-wallet#103 but did not end up implementing in that PR, but it would be convenient to be able to transfer to your own wallet using your account index rather than having to know your address.
This isn't a critical feature since we can transfer using addresses, but is a nice to have!