burn_balance

Function burn_balance 

Source
pub fn burn_balance<F>(
    from: &Address,
    amount: U256,
    state_fn: F,
) -> Result<(), ()>
where F: FnMut(Option<&Address>, Option<&Address>, U256) -> Result<(), ()>,
Expand description

Burns balance from the given address.