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
What could be the maximum size we can set for an OP_RETURN metadata output in a single transaction?
How do I get the list of locked unspent transactions output for each address?
How to decode/tally the vout in the decoded output of sendassettoaddress transactions
The structure(mapping) raw transaction with permissions section.
How to delete the permissions of an address
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
the output of transaction assignig permissions
+1
vote
if I make a permission grant transaction, normally the transaction will be broadcast on all blocks of the blockchain, but what are the output of the transaction, are the outputs the addresses that have "connect" the right, i really dont understand ?
asked
Jan 22, 2019
by
ashir
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
The transaction indeed goes into the blockchain and is broadcast to all nodes on the network.
The "output" is simply that part of the transaction in which the permission is actually granted. It contains the address to which the permission is granted, plus some special data denoting the permission:
https://www.multichain.com/developers/permissions-management/
answered
Jan 23, 2019
by
MultiChain
Please
log in
or
register
to add a comment.
...