Class HologramMethod<I, O>
Constructors
constructor
- new HologramMethod<I, O>(hologram, name, inputType, outputType): HologramMethod<I, O>
Parameters
name: string
inputType: Type
outputType: Type
Properties
Protected _hologram
Protected _inputType
Protected _name
_name: string
Protected _outputType
Methods
invoke
- invoke(input): Promise<Serialized<O>>