CallWeight

internal typealias CallWeight = suspend (<Error class: unknown class>) -> Int(source)

Calculates the weight of a call as an integer. The weight determines how many permits a call consumes in rate limiting.