near / near-cli-rs

near CLI is your human-friendly companion that helps to interact with NEAR Protocol from command line.
https://near.cli.rs
Apache License 2.0
86 stars 52 forks source link

feat: displaying transaction fee #333

Closed frolvanya closed 1 month ago

frolvanya commented 1 month ago

Displaying a simple transaction fee after transaction execution This PR closes #320

image

frolvanya commented 1 month ago

PR seems to be complete, however, there's strange bug related to tracing from "send" module. It prints "Sending transaction ..." twice https://github.com/near/near-cli-rs/blob/8904db755435ee8c6ccb5bebf47fa55f88ada018/src/transaction_signature_options/send/mod.rs#L13 image