1 2 3 4 5
use soroban_env_host::budget::Budget; pub fn budget(budget: &Budget) { tracing::debug!(?budget); }