Skip to content

Input

Represents an input with a type and data.

struct Input {
    InputType inputType;
    bytes data;
}