Skip to content

Commit

Permalink
add error field to Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Nov 9, 2023
1 parent 57142eb commit 8a44f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ type Failure = {
address: string;
id: string;
sudo_payload: string; // base64 encoded json bytes
error: string;
};

export type ScheduleResponse = {
Expand Down

0 comments on commit 8a44f4e

Please sign in to comment.