optional
object :optional
bool (True if the action should execute and return a promise or false if it should return an action object. Default: true)optional
bool (Defines if an action that needs token allowance should auto approve them. Default: true)Promise
which resolves with the documented action response or an action object
the option execute is set to true
.required
bool Promise
which resolves with the documented action response if the option wait is set to true
or the action object
updated if the option wait is set to false
.