ConfirmationFailed: {
    confirmationFailed: true;
    error: Error;
}

Represents a failed confirmation response.

Type declaration

  • confirmationFailed: true
  • error: Error

Generated using TypeDoc