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
subscribing and pulling off-chain data
Who will charge the fees of off-chain?
Off-chain for Community Edition
How to "enforce" off-chain data purging?
Publishing off chain data with a wallet 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
Raw Transaction - Off-chain
+2
votes
Is off-chain supported for raw transactions? If yes, what would be the syntax? Thanks!
off-chain
asked
Aug 28, 2019
by
Kit
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
Yes, it's certainly possible. See this section of the API documentation which includes a note about how to send off-chain items:
https://www.multichain.com/developers/json-rpc-api/#metadata
Note that the off-chain data will be added to the local node's storage when you create the raw transaction, i.e. before you sign or sent it.
answered
Aug 28, 2019
by
MultiChain
selected
Aug 28, 2019
by
Kit
Please
log in
or
register
to add a comment.
...