isConfirmed method

bool isConfirmed()

Implementation

bool isConfirmed() => status == 'CONFIRMED' || status == 'SUCCEEDED';