Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
can we convert json object into string and then convert into hex format
any way to store json data in multichain1.0 directly or to convert json data to hex directly using multichain javaapi
Is there any command to convert file data into hex format??
Need sample JSON RPC call for asset transfer in multichain
How to call a method from test.js eg : ("GetInfo") using http request ?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
what method we need to call from multichain java api to convert json object to hex format string
+2
votes
asked
Sep 19, 2018
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
There is no API in MultiChain to do this explicitly. But if you're using MultiChain 2.0 (alphas) you can post the JSON as-is through the API, and the conversion happens automatically behind the scenes.
answered
Sep 19, 2018
by
MultiChain
then how do we store json data into strreams in multichain 1.0
Please
log in
or
register
to add a comment.
...