forked from LBRYCommunity/lbry-sdk
added glorious data in dictionary doc for support_sum
This commit is contained in:
parent
4c5429af15
commit
e6f84666c7
2 changed files with 168 additions and 129 deletions
294
docs/api.json
294
docs/api.json
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,8 @@ RETURN_DOCS = {
|
||||||
'File': encode_file_doc(),
|
'File': encode_file_doc(),
|
||||||
'Transaction': encode_tx_doc(),
|
'Transaction': encode_tx_doc(),
|
||||||
'Output': encode_txo_doc(),
|
'Output': encode_txo_doc(),
|
||||||
'Address': 'an address in base58'
|
'Address': 'an address in base58',
|
||||||
|
'Dict': 'glorious data in dictionary',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue