Swagger improvements

This commit is contained in:
Arnau B
2021-01-07 17:51:10 +01:00
parent ef8a6d1397
commit b4d8e68730
3 changed files with 59 additions and 85 deletions

View File

@@ -31,9 +31,9 @@ type testExit struct {
EthAddr apitypes.HezEthAddr `json:"hezEthereumAddress"`
MerkleProof testCVP `json:"merkleProof"`
Balance string `json:"balance"`
InstantWithdrawn *int64 `json:"instantWithdrawn"`
InstantWithdrawn *int64 `json:"instantWithdraw"`
DelayedWithdrawRequest *int64 `json:"delayedWithdrawRequest"`
DelayedWithdrawn *int64 `json:"delayedWithdrawn"`
DelayedWithdrawn *int64 `json:"delayedWithdraw"`
Token historydb.TokenWithUSD `json:"token"`
}