mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #137 from christroutner/unstable
fix(GET publickey): Improving documentation
This commit is contained in:
+1
-1
@@ -89,6 +89,6 @@
|
||||
},
|
||||
"apidoc": {
|
||||
"title": "bch-api",
|
||||
"url": "https://api.fullstack.cash/v3/"
|
||||
"url": "https://api.fullstack.cash/v3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,9 @@ class Encryption {
|
||||
* @api {get} /encryption/publickey/{addr} Get public key for a BCH address.
|
||||
* @apiName Get encryption key for bch address
|
||||
* @apiGroup Encryption
|
||||
* @apiDescription Searches the blockchain for a public key associated with a BCH address.
|
||||
* @apiDescription Searches the blockchain for a public key associated with a
|
||||
* BCH address. Returns an object. If successful, the publicKey property will
|
||||
* contain a hexidecimal representation of the public key.
|
||||
*
|
||||
*
|
||||
* @apiExample Example usage:
|
||||
|
||||
Reference in New Issue
Block a user