Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
ae5cc04f
Unverified
Commit
ae5cc04f
authored
1 year ago
by
Ethen Pociask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[indexer.withdrawal_type_supplies] generate tygo bindings
parent
179430e2
develop
exchain
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
generated.ts
indexer/api-ts/generated.ts
+7
-0
No files found.
indexer/api-ts/generated.ts
View file @
ae5cc04f
...
...
@@ -3,6 +3,11 @@
//////////
// source: models.go
export
interface
QueryParams
{
Address
:
any
/* common.Address */
;
Limit
:
number
/* int */
;
Cursor
:
string
;
}
/**
* DepositItem ... Deposit item model for API responses
*/
...
...
@@ -54,4 +59,6 @@ export interface WithdrawalResponse {
export
interface
BridgeSupplyView
{
l1DepositSum
:
number
/* float64 */
;
l2WithdrawalSum
:
number
/* float64 */
;
provenSum
:
number
/* float64 */
;
finalizedSum
:
number
/* float64 */
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment