Skip to main content

api_avm_inputs

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

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

Returns: Input

An instance of an Input-extended class.