Skip to content

Commit

Permalink
"docs: update module and OpenAPI specs from zeta-chain/node"
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Dec 17, 2024
1 parent 7aa56db commit 8e934e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/data/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57603,6 +57603,8 @@ definitions:
type: string
tx_signer:
type: string
proven:
type: boolean
cryptoPubKeySet:
type: object
properties:
Expand Down
6 changes: 6 additions & 0 deletions src/pages/architecture/modules/crosschain/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ message MsgAddOutboundTracker {
int64 chain_id = 2;
uint64 nonce = 3;
string tx_hash = 4;
pkg.proofs.Proof proof = 5;
string block_hash = 6;
int64 tx_index = 7;
}
```

Expand All @@ -25,6 +28,9 @@ message MsgAddInboundTracker {
int64 chain_id = 2;
string tx_hash = 3;
pkg.coin.CoinType coin_type = 4;
pkg.proofs.Proof proof = 5;
string block_hash = 6;
int64 tx_index = 7;
}
```

Expand Down

0 comments on commit 8e934e9

Please sign in to comment.