ThegetActions
method generates a set of actions required to finalize a sale. This method returns the steps that need to be executed to complete the sale on the blockchain.
Parameters
None.
Returns:
IFinishSaleActions
- A set of actions that includes the transaction to finalize the sale.
Usage
const actions = sdk.finishSaleService.getActions();