Abstract method that should take an object of input values and return a Promise that resolves with an object of memory variables. The implementation of this method should load the memory variables from the provided input values.
loadMemoryVariables(values: InputValues): Promise<MemoryVariables>| Name | Type | Description |
|---|---|---|
values* | InputValues | An object of input values. |