solana-cli-explorer 0.1.0

A command line explorer for the Solana Blockchain.
1
2
3
4
5
use crate::Account;

pub async fn handler(_rpc_url: String, _account: Account) {
    // TODO
}