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
""Forbidden" error when connecting to JSON-RPC API" error when connecting to multichain container via API calls
How can I test max TX per second using a RPC API calls
Get previous transaction Id via API commands
Raw transaction with multiple asset issue
Raw Transaction - Multiple Items in Same Stream
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 API calls
+1
vote
Do you have any documentation on the new commands: signrawtransaction, sendrawtransaction. Why is the word ‘raw’ being used here?
raw-transactions
api
asked
Aug 17, 2015
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
These names are taken from the Bitcoin Core API. You can read the documentation about them for Bitcoin Core here:
https://en.bitcoin.it/wiki/Raw_Transactions
And then note the differences as explained in the MultiChain docs:
http://www.multichain.com/developers/json-rpc-api/
Over time of course the MultiChain docs will become less dependent on the bitcoin ones.
answered
Aug 17, 2015
by
MultiChain
Please
log in
or
register
to add a comment.
...