FunctionFeeTypeInventory
Represents a function fee type inventory. In addition to the standard fields, this type indicates whether or not the inventory is from a shared pool at the parent function level.
type FunctionFeeTypeInventory {
consumed: NonNegativeInt!
isPooledWithParentFunction: Boolean!
limit: NonNegativeInt
remaining: Int
}
Fields
FunctionFeeTypeInventory.consumed
● NonNegativeInt!
non-null scalar
The number of inventory items consumed.