soroban-cli 26.0.0

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

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