solana/cli
losman0s 0e9e67b65d Add complete account dump to file
This commit introduces the ability to dump the complete content of an
account to a JSON file (compact or not depending on the provided format
option).

Example:

```sh
solana account -u m \
  --output json-compact \
  --output-file SRM_token.json \
  SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt
```

Note: Behavior remains untouched if format option `--output` is not
provided (only account data gets written to file).
2021-12-15 11:05:02 -08:00
..
src Add complete account dump to file 2021-12-15 11:05:02 -08:00
tests Add offline and fee-payer utilities to CLI vote module (#21579) 2021-12-06 15:54:50 -07:00
.gitignore Rename solana-wallet program to just solana (#5604) 2019-08-22 13:51:16 -07:00
Cargo.toml Bump rbpf to v0.2.19 (#21880) 2021-12-14 16:51:23 +01:00