Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
private blockchain platform.
Please feel free to ask questions about the platform to receive answers from the developers or other members of the community.
Related questions
How can I send assets to multiple addresses in a single transaction ?
How do I sign a raw transaction using Javascript or Any Javascript Library?
how transactions can happen in multiple nodes in multiple assets
Publish multiple datasets to a stream in a single transaction
Where can I see the specific fees for a transaction?
3,431
questions
3,614
answers
4,470
comments
Most popular tags
multichain
assets
streams
stream
blockchain
transactions
json-rpc
wallet
permissions
error
address
asset
raw-transactions
mining
node
issue
api
multichain-explorer
connect
nodes
multichaind
multisig
transaction
metadata
private-key
multichain-cli
atomic-exchange
web
demo
database
connection
blocks
bitcoin
storage
private-blockchain
performance
data
smart-contracts
multichain-web-demo
fee
wallets
exchange
json
native-currency
rpc
network
smart-filters
getnewaddress
signrawtransaction
asset-balance
how can i issue multiple assets in a batch using raw transaction
+2
votes
I have to create bunch of assets in a single call using createRawSendFrom and all the asset has to be issued from the same address. how can i do that ?
multichain
raw-transactions
transactions
asked
Jun 20, 2018
by
anshuman
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
As a matter of design, I'm afraid each transaction can only create a single asset. This is a protocol level constraint and cannot be bypassed by an API call.
answered
Jun 20, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...