Function validate_against_state_and_deduct_caller
pub fn validate_against_state_and_deduct_caller<CTX, ERROR>(
context: &mut CTX,
) -> Result<(), ERROR>
Expand description
Validates caller state and deducts transaction costs from the caller’s balance.