Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Feb 7, 2024
1 parent 354f5e5 commit 9b6ee4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/src/types/ForeignProposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export interface ForeignProposal {
block_id: string;
state: ForeignProposalState;
proposed_height: NodeHeight | null;
transactions: Array<string>;
}

0 comments on commit 9b6ee4c

Please sign in to comment.