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
Limit an address' options of sending an asset (X is allowed to send Y and only Y)
send an amount of asset to multiple addresses at the same time
How to get the amount of asset transfered in a transaction?
Can a specified amount of asset be sent or moved to native currency?
Invalid amount while sending, how to initialize amount ???
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
Possible to disallow sending asset of amount = 0?
+1
vote
Hi.
I am working on a use case where it should not be permitted to send an asset you don't own by sending it with an amount of 0. Why is this possible at all?
Thanks
asked
Jun 16, 2016
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
In general it is possible to send transactions that don't move any assets, because this enables permission assignments, general data storage, etc... So it's not really sending zero units of a particular asset, but rather zero assets overall.
answered
Jun 16, 2016
by
MultiChain
Please
log in
or
register
to add a comment.
...