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 Nov 6, 2024
1 parent 0b4568c commit 5456fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/data/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57202,6 +57202,11 @@ definitions:
format: uint64
tx_finalization_status:
$ref: '#/definitions/crosschainTxFinalizationStatus'
is_cross_chain_call:
type: boolean
title: |-
this field describes if a smart contract call should be made for a inbound
with assets only used for protocol contract version 2
crosschainInboundTracker:
type: object
properties:
Expand Down
2 changes: 2 additions & 0 deletions src/pages/architecture/modules/crosschain/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ message MsgVoteGasPrice {
uint64 price = 3;
uint64 priority_fee = 6;
uint64 block_number = 4;
string supply = 5;
}
```

Expand Down Expand Up @@ -190,6 +191,7 @@ message MsgVoteInbound {
ProtocolContractVersion protocol_contract_version = 16;
RevertOptions revert_options = 17;
CallOptions call_options = 18;
bool is_cross_chain_call = 19;
}
```

Expand Down

0 comments on commit 5456fd2

Please sign in to comment.