pub trait TokenAccounting {
// Required method
fn apply_token_deltas(&self, delta_map: &mut AddressDeltas);
}Expand description
apply’s the given actions token deltas to the map;
pub trait TokenAccounting {
// Required method
fn apply_token_deltas(&self, delta_map: &mut AddressDeltas);
}apply’s the given actions token deltas to the map;