mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 20:24:21 +01:00
Cleanup (#121)
* Cleanup common * Cleanup client * Cleanup server * Renamings * Tidy up proto * Update ocean protos * Fixes * Fixes
This commit is contained in:
committed by
GitHub
parent
1650ea5935
commit
6d0d03e316
@@ -372,11 +372,11 @@
|
||||
"pubkey": {
|
||||
"type": "string"
|
||||
},
|
||||
"lifetime": {
|
||||
"roundLifetime": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"exitDelay": {
|
||||
"unilateralExitDelay": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
|
||||
@@ -169,6 +169,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1LockUtxosResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"expirationDate": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1MintResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user