Feature request: Set price for a document in credits on creation
Issue
As a DApp developer, I would like to have a way to issue an NFT with a specific price in credits, and do that in one transaction. Currently, (v1.8.0) it can only be done in 2 transactions: document create + document set price. It works, but it breaks the design of the applications, forcing to workaround that through an UI with additional screens and actions. It would be great to do that in one go, it unlocks more use cases for platform.
Dash Platform v2.0 finally introduces a way to create an NFT document in one go, but it only allows you to set price in tokens, which is not that useful in our case.
https://github.com/dashpay/platform/blob/3aa63dce95b45b1932a94cce87524a79259ec895/packages/rs-dpp/src/state_transition/state_transitions/document/batch_transition/batched_transition/document_base_transition/v1/mod.rs#L64