isPending method

bool isPending()

Checks if the wallet action is in a pending state.

Implementation

bool isPending() => status == 'pending' || status == 'started';