Submit content to blockchain https://docs.decent.ch/developer/group___wallet_a_p_i___content.html#gae0af8d611b5d915264a892ad83254370
SubmitObject with information about submitted object.
Private for sign transaction in WIF(hex) (Wallet Import Format) format.
Transaction is broadcasted if set to 'true'. Default value is 'true'.
Value confirming successful transaction broadcasting.
Id of content to be bought in format '2.13.X'. Example: '2.13.456'
Account id of user buying content in format '1.2.X'. Example: '1.2.345'
ElGammal public key which will be used to identify users bought content
Private key to sign broadcasted transaction in WIF(hex) (Wallet Import Format) format.
Transaction is broadcasted if set to 'true'. Default value is 'true'.
Value confirming successful transaction broadcasting.
Generate content key with key parts of each seeder to encrypt content to be uploaded. https://docs.decent.ch/developer/group___database_a_p_i___decent.html#ga4efd6c44e7257d496b79b102cd3d9358
Array of seeder account ids in format '1.2.X'. Example: ['1.2.12', '1.4.13']
Generated ContentKeys for content encryption.
Get author and co-authors of content.
Content URI. Example 'ipfs:QmQ9MBkzt6QcDtBhg7qenDcXtm1s6VVSogtSHa2zbXKsFb'
Get consumer's bought content identified by URI. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a0b6a59e429592430cd91c6f8c82a5d6c
Consumer's account id in format '1.2.X'. Example '1.2.345'
Content URI. Example 'ipfs:QmQ9MBkzt6QcDtBhg7qenDcXtm1s6VVSogtSHa2zbXKsFb'
Optional parameter to convert amounts and fees of BuyingContent from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
List of bought content with URI.
Bought content history of account. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a58b3b366a008ae2b0b7acd352da9969e
Account id in format '1.2.X'. Example '1.2.345'
Optional parameter to convert amounts and fees of BuyingContent from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
List of BuyingContent.
Get content object from blockchain for given content id
Id of content to get. Example: '2.13.345'
Optional parameter to convert amounts and fees of Content from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
Content object.
Content URI
Optional parameter to convert amounts and fees of Content from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
Content object.
Get list of opened, not yet confirmed buy requests by seeders. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#ad4e75371b94ea3fd47cf4bd329b622aa
Optional parameter to convert amounts and fees of BuyingContent from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
BuyingContent list of opened buy requests.
Get list of opened, not yet confirmed buy requests by seeders. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a767fc3bb252b35c33618f12083aa3064
Account id in format '1.2.X'. Example '1.2.345'
Optional parameter to convert amounts and fees of BuyingContent from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
BuyingContent list of opened buy requests.
Get list of opened, not yet confirmed buy requests by seeders. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a030ccb8c903503a700ecbbc87bf552af
Buy request URI. Example 'ipfs:QmQ9MBkzt6QcDtBhg7qenDcXtm1s6VVSogtSHa2zbXKsFb'
Optional parameter to convert amounts and fees of BuyingContent from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
BuyingContent list of opened buy requests.
Get list of not expired purchased content for account. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a9b19baba864926274ef141c879b29e28
Account id in format '1.2.X'. Example: '1.2.345'
Order of returned content list. Default is SearchParamsOrder.createdDesc
Content object id from which list starts in format '2.13.X'. Example '2.13.234'. Default '0.0.0'
Term to search in purchased content. Default ''
Number of results. Default 100(Max)
List of purchased content.
List rating for given content id.
Content if in format '2.13.X'. Example '2.13.456'
Account id to search for user's ratings for conentnt, in format '1.2.X'. Example '1.2.345'.
Rating id to start list from.
List available seeders ordered by price. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a0fb24b59633fe48d8d4ff0bec4412f7b
Number of results per request. Default 100(Max)
List of available Seeder objects.
Send feedback for bought content with comment. https://docs.decent.ch/developer/classgraphene_1_1wallet_1_1detail_1_1wallet__api__impl.html#a34d9dc81d177f87e5f501f182cf9212f
Content URI. Example 'ipfs:QmQ9MBkzt6QcDtBhg7qenDcXtm1s6VVSogtSHa2zbXKsFb'
Account id in format '1.2.X'. Example '1.2.345'
Comment for feedback.
Rating number from interval 1(Bad)-5(Good).
Account's private key to sign transaction in WIF(hex) (Wallet Import Format) format.
Transaction is broadcasted if set to 'true'. Default value is 'true'.
Value confirming successful transaction broadcasting.
Cancel submitted content in blockchain. https://docs.decent.ch/developer/classgraphene_1_1wallet_1_1detail_1_1wallet__api__impl.html#a51951fe58f271369898d529e537bf45e
Content id in format '2.13.X'. Example: '2.13.1234'
Author id in format'1.2.X'. Example: '1.2.345'
Author's private key to submit transaction in WIF(hex) (Wallet Import Format) format.
Transaction is broadcasted if set to 'true'. Default value is 'true'.
Value confirming successful transaction broadcasting.
Restores key to decrypt downloaded content.
ElGamalPrivate contains keys used to identify if user have bought content. May contains older keys, if elGamal keys pair were changed, to restore content bought before keys have been changed. Otherwise content keys would not be restored. https://docs.decent.ch/developer/group___database_a_p_i___decent.html#gaa952f1c2adc2781d42a3f457e2d18d09
Content id in format '2.13.X', Example: '2.13.453'
Account if in format '1.2.X'. Example: '1.2.345'
El Gamal keys to identify that user bought content. May contains older keys, if el gamal keys pair were changed, to restore content bought before keys have been changed. Otherwise content keys would not be restored.
Content key to decrypt content.
Searches content submitted to DCore network and is not expired. https://docs.decent.ch/developer/classgraphene_1_1app_1_1database__api__impl.html#a4526e41a8bf7bc921072d11cec0c894c
Parameters for content filtering.
Optional parameter to convert amounts and fees of Content from blockchain asset amount format to right precision format of asset. Example: 100000000 => 1 DCT. Default: false.
List of Content object that conform search parameters.
Powered by DECENT
ContentApi provide methods to communication with content stored in DCore network.