Skip to main content

api_platformvm_inputs

avalancheAPI-PlatformVM-Inputs

Module: API-PlatformVM-Inputs

Index

Classes

Variables

Functions

Variables

Const serialization

serialization: Serialization = Serialization.getInstance()

Defined in src/apis/platformvm/inputs.ts:22

Functions

Const SelectInputClass

SelectInputClass(inputid: number, ...args: any[]): Input

Defined in src/apis/platformvm/inputs.ts:31

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.