Skip to main content

BrinkQueryInput

Type Alias BrinkQueryInput 

Source
pub type BrinkQueryInput = (Entity, Vec<Value>);
Expand description

Input type for a world-access (bind_brink_query) binding system: the flow entity that triggered the call, plus the ink arguments.