Skip to main content

api_evm_outputs

avalancheAPI-EVM-Outputs

Module: API-EVM-Outputs

Index

Classes

Variables

Functions

Variables

Const bintools

bintools: BinTools = BinTools.getInstance()

Defined in src/apis/evm/outputs.ts:18

Functions

Const SelectOutputClass

SelectOutputClass(outputID: number, ...args: any[]): Output

Defined in src/apis/evm/outputs.ts:27

Takes a buffer representing the output and returns the proper Output instance.

Parameters:

NameTypeDescription
outputIDnumberA number representing the outputID parsed prior to the bytes passed in
...argsany[]-

Returns: Output

An instance of an Output-extended class.