Implement client functionality for the community pool (#3939)
Fixes: #3937
This commit is contained in:
committed by
Alessio Treglia
parent
f635b1cd14
commit
38b7c0705c
Vendored
+16
@@ -1632,6 +1632,22 @@ paths:
|
||||
description: Key password is wrong
|
||||
500:
|
||||
description: Internal Server Error
|
||||
/distribution/community_pool:
|
||||
get:
|
||||
summary: Community pool parameters
|
||||
tags:
|
||||
- ICS24
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
200:
|
||||
description: OK
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/Coin"
|
||||
500:
|
||||
description: Internal Server Error
|
||||
/distribution/parameters:
|
||||
get:
|
||||
summary: Fee distribution parameters
|
||||
|
||||
Reference in New Issue
Block a user