api_avm_inputs
Module: API-AVM-Inputs
Index
Classes
Functions
Functions
Const
SelectInputClass
▸ SelectInputClass(inputid
: number, ...args
: any[]): Input
Defined in src/apis/avm/inputs.ts:28
Takes a buffer representing the output and returns the proper Input instance.
Parameters:
Name | Type | Description |
---|---|---|
inputid | number | A number representing the inputID parsed prior to the bytes passed in |
...args | any[] | - |
Returns: Input
An instance of an Input-extended class.