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 Jan 20, 2024
1 parent d11fb88 commit 4798fb0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions static/data/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27817,7 +27817,7 @@ paths:
format: int64
tags:
- Query
/zeta-chain/observer/get_tss_address:
/zeta-chain/observer/get_tss_address/{bitcoin_chain_id}:
get:
summary: Queries a list of GetTssAddress items.
operationId: Query_GetTssAddress
Expand All @@ -27832,8 +27832,8 @@ paths:
$ref: '#/definitions/googlerpcStatus'
parameters:
- name: bitcoin_chain_id
in: query
required: false
in: path
required: true
type: string
format: int64
tags:
Expand Down Expand Up @@ -50813,6 +50813,8 @@ definitions:
inbound_tx_finalized_zeta_height:
type: string
format: uint64
tx_finalization_status:
$ref: '#/definitions/crosschainTxFinalizationStatus'
crosschainLastBlockHeight:
type: object
properties:
Expand Down Expand Up @@ -50914,6 +50916,8 @@ definitions:
format: uint64
tss_pubkey:
type: string
tx_finalization_status:
$ref: '#/definitions/crosschainTxFinalizationStatus'
crosschainQueryAllCctxResponse:
type: object
properties:
Expand Down Expand Up @@ -51064,6 +51068,17 @@ definitions:
properties:
aborted_zeta_amount:
type: string
crosschainTxFinalizationStatus:
type: string
enum:
- NotFinalized
- Finalized
- Executed
default: NotFinalized
title: |-
- NotFinalized: the corresponding tx is not finalized
- Finalized: the corresponding tx is finalized but not executed yet
- Executed: the corresponding tx is executed
crosschainTxHashList:
type: object
properties:
Expand Down

0 comments on commit 4798fb0

Please sign in to comment.