soroban-cli 0.9.4

Soroban CLI
Documentation
1
2
3
4
5
use soroban_env_host::xdr::LedgerFootprint;

pub fn footprint(footprint: &LedgerFootprint) {
    tracing::debug!(?footprint);
}