added glorious data in dictionary doc for support_sum

This commit is contained in:
Lex Berezhny 2020-10-16 11:35:08 -04:00
parent 4c5429af15
commit e6f84666c7
2 changed files with 168 additions and 129 deletions

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,8 @@ RETURN_DOCS = {
'File': encode_file_doc(),
'Transaction': encode_tx_doc(),
'Output': encode_txo_doc(),
'Address': 'an address in base58'
'Address': 'an address in base58',
'Dict': 'glorious data in dictionary',
}