api_avm_outputs
Module: API-AVM-Outputs
Index
Classes
- AmountOutput
- NFTMintOutput
- NFTOutput
- NFTTransferOutput
- SECPMintOutput
- SECPTransferOutput
- TransferableOutput
Variables
Functions
Variables
Const
bintools
• bintools: BinTools = BinTools.getInstance()
Defined in src/apis/avm/outputs.ts:18
Const
serialization
• serialization: Serialization = Serialization.getInstance()
Defined in src/apis/avm/outputs.ts:19
Functions
Const
SelectOutputClass
▸ SelectOutputClass(outputid
: number, ...args
: any[]): Output
Defined in src/apis/avm/outputs.ts:28
Takes a buffer representing the output and returns the proper Output instance.
Parameters:
Name | Type | Description |
---|---|---|
outputid | number | A number representing the inputID parsed prior to the bytes passed in |
...args | any[] | - |
Returns: Output
An instance of an Output-extended class.