api_evm_inputs
Module: API-EVM-Inputs
Index
Classes
Functions
Functions
Const
SelectInputClass
▸ SelectInputClass(inputID
: number, ...args
: any[]): Input
Defined in src/apis/evm/inputs.ts:32
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.