File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -57685,11 +57685,13 @@ definitions:
57685
57685
- SUCCESS
57686
57686
- INSUFFICIENT_DEPOSITOR_FEE
57687
57687
- INVALID_RECEIVER_ADDRESS
57688
+ - INVALID_MEMO
57688
57689
default: SUCCESS
57689
57690
description: |-
57690
57691
- INSUFFICIENT_DEPOSITOR_FEE: this field is specifically for Bitcoin when the deposit amount is less than
57691
57692
depositor fee
57692
57693
- INVALID_RECEIVER_ADDRESS: the receiver address parsed from the inbound is invalid
57694
+ - INVALID_MEMO: parse memo is invalid
57693
57695
title: InboundStatus represents the status of an observed inbound
57694
57696
zetachain.zetacore.crosschain.InboundTracker:
57695
57697
type: object
@@ -58146,6 +58148,9 @@ definitions:
58146
58148
format: int64
58147
58149
blockRewardAmount:
58148
58150
type: string
58151
+ pendingBallotsDeletionBufferBlocks:
58152
+ type: string
58153
+ format: int64
58149
58154
title: |-
58150
58155
Params defines the parameters for the module.
58151
58156
Sample values:
@@ -58155,6 +58160,7 @@ definitions:
58155
58160
ObserverSlashAmount: 100000000000000000,
58156
58161
BallotMaturityBlocks: 100,
58157
58162
BlockRewardAmount: 9620949074074074074.074070733466756687,
58163
+ PendingBallotsDeletionBufferBlocks: 144000
58158
58164
zetachain.zetacore.emissions.QueryListPoolAddressesResponse:
58159
58165
type: object
58160
58166
properties:
@@ -58849,13 +58855,17 @@ definitions:
58849
58855
type: string
58850
58856
btc:
58851
58857
type: string
58858
+ sui:
58859
+ type: string
58852
58860
zetachain.zetacore.observer.QueryGetTssAddressResponse:
58853
58861
type: object
58854
58862
properties:
58855
58863
eth:
58856
58864
type: string
58857
58865
btc:
58858
58866
type: string
58867
+ sui:
58868
+ type: string
58859
58869
zetachain.zetacore.observer.QueryHasVotedResponse:
58860
58870
type: object
58861
58871
properties:
You can’t perform that action at this time.
0 commit comments