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
Streaming API for all transactions
How do I automatically reject transactions with specific metadata?
Javascript Library/Realtime streaming
struggle with crafting an API request
how to use createrawsendfrom to publish items in multiple streams in a single transaction or API call
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
Streaming API
+2
votes
Guys
Do you have an expected release date for the streaming API?
I ask because I need to build out an activity log from the chain and obviously this would be much easier with said API available :)
Thanks
Marty
streaming
asked
May 6, 2016
by
Marty
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Not yet a firm date. But in the meantime you can use quasi-streams for small volumes:
http://www.multichain.com/developers/creating-data-streams/
answered
May 6, 2016
by
MultiChain
Can you add the stream data to the originating raw transaction as an additional output so that both are published as an atomic unit of work?
Yes, absolutely, you can use a high-level API like sendwithmetadata(from) or use the raw transactions API for more control:
http://www.multichain.com/developers/raw-transactions/
Please
log in
or
register
to add a comment.
...