The getActions
method generates a set of actions required to approve a sale. This method provides a sequence of steps that need to be executed to approve a sale on the blockchain and update the sale status.
Parameters
None.
Returns
IApproveSaleActions
- A set of actions that includes both the approval transaction and the registration of the approval.
Usage
const actions = sdk.approveSaleService.getActions();