Skip to content

Commit 300bdff

Browse files
docs: update module and OpenAPI specs from the node repo (#559)
Co-authored-by: fadeev <fadeev@users.noreply.github.com>
1 parent cbac10d commit 300bdff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

public/data/openapi.swagger.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -57685,11 +57685,13 @@ definitions:
5768557685
- SUCCESS
5768657686
- INSUFFICIENT_DEPOSITOR_FEE
5768757687
- INVALID_RECEIVER_ADDRESS
57688+
- INVALID_MEMO
5768857689
default: SUCCESS
5768957690
description: |-
5769057691
- INSUFFICIENT_DEPOSITOR_FEE: this field is specifically for Bitcoin when the deposit amount is less than
5769157692
depositor fee
5769257693
- INVALID_RECEIVER_ADDRESS: the receiver address parsed from the inbound is invalid
57694+
- INVALID_MEMO: parse memo is invalid
5769357695
title: InboundStatus represents the status of an observed inbound
5769457696
zetachain.zetacore.crosschain.InboundTracker:
5769557697
type: object
@@ -58146,6 +58148,9 @@ definitions:
5814658148
format: int64
5814758149
blockRewardAmount:
5814858150
type: string
58151+
pendingBallotsDeletionBufferBlocks:
58152+
type: string
58153+
format: int64
5814958154
title: |-
5815058155
Params defines the parameters for the module.
5815158156
Sample values:
@@ -58155,6 +58160,7 @@ definitions:
5815558160
ObserverSlashAmount: 100000000000000000,
5815658161
BallotMaturityBlocks: 100,
5815758162
BlockRewardAmount: 9620949074074074074.074070733466756687,
58163+
PendingBallotsDeletionBufferBlocks: 144000
5815858164
zetachain.zetacore.emissions.QueryListPoolAddressesResponse:
5815958165
type: object
5816058166
properties:
@@ -58849,13 +58855,17 @@ definitions:
5884958855
type: string
5885058856
btc:
5885158857
type: string
58858+
sui:
58859+
type: string
5885258860
zetachain.zetacore.observer.QueryGetTssAddressResponse:
5885358861
type: object
5885458862
properties:
5885558863
eth:
5885658864
type: string
5885758865
btc:
5885858866
type: string
58867+
sui:
58868+
type: string
5885958869
zetachain.zetacore.observer.QueryHasVotedResponse:
5886058870
type: object
5886158871
properties:

0 commit comments

Comments
 (0)