async fn read<F, Fut>(
account: NameOrAddress,
rpc: RpcOpts,
key: &str,
label: &str,
query: F,
) -> Result<()>Expand description
Reads one account field from the precompile and prints it as key in JSON mode and after
label otherwise.