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;

Required Methods§

source

fn apply_token_deltas(&self, delta_map: &mut AddressDeltas)

Implementors§