CLI Nonce account access dereplicode (#8743)

* Spruce up CliNonceError

* Add nonce account access helpers

* Use helpers throughout
This commit is contained in:
Trent Nelson
2020-03-10 13:00:15 -06:00
committed by GitHub
parent 595c96b262
commit 261732f140
7 changed files with 219 additions and 176 deletions

View File

@@ -42,6 +42,7 @@ solana-storage-program = { path = "../programs/storage", version = "1.1.0" }
solana-vote-program = { path = "../programs/vote", version = "1.1.0" }
solana-vote-signer = { path = "../vote-signer", version = "1.1.0" }
titlecase = "1.1.0"
thiserror = "1.0.11"
url = "2.1.1"
[dev-dependencies]