api_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:
Name | Type | Description |
---|---|---|
outputID | number | A number representing the outputID parsed prior to the bytes passed in |
...args | any[] | - |
Returns: Output
An instance of an Output-extended class.