Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Dec 19, 2024
1 parent afd88f2 commit b6f8950
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion backend-rust/src/graphql_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,6 @@ type TransactionHash = String;
type BakerId = i64;
type TransactionIndex = i64;
type AccountIndex = i64;
type TransactionIndex = i64;
type Amount = i64; // TODO: should be UnsignedLong in graphQL
type Energy = i64; // TODO: should be UnsignedLong in graphQL
type DateTime = chrono::DateTime<chrono::Utc>; // TODO check format matches.
Expand Down

0 comments on commit b6f8950

Please sign in to comment.