Function tea_sdk::utils::wasm_actor::actors::statemachine::read_bonding_balance
pub async fn read_bonding_balance(
account: H160,
ctx: Vec<u8>,
conflict_mode: ReadConflictMode
) -> Result<(U256, Vec<u8>), Error>
Expand description
Return token balance from state-machine. It’s usually used in inner txns.