pub async fn read_bonding_total_supply(
    ctx: Vec<u8>
) -> Result<(U256, Vec<u8>), Error>
Expand description

This is the in-transaction version of get_bonding_total_supply. It’s used inside a transaction with ctx live. Because there might be some uncommitted additions and subtractions, the get function won’t have those changes included but the read function will