Function tea_sdk::utils::wasm_actor::actors::statemachine::read_tea_balance
pub async fn read_tea_balance(
ctx: Vec<u8>,
account: H160,
conflict_mode: ReadConflictMode
) -> Result<(U256, Vec<u8>), Error>
Expand description
Return tea balance from state-machine. Usually only used in inner txns.