Skip to main content

api_evm_inputs

avalancheAPI-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:

NameTypeDescription
inputIDnumberA number representing the inputID parsed prior to the bytes passed in
...argsany[]-

Returns: Input

An instance of an Input-extended class.