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
How can I get a list of all the wallet transactions
Where can I see the specific fees for a transaction?
How can i get the time of the transaction?
how can i issue multiple assets in a batch using raw transaction
How can I send assets to multiple addresses in a single transaction ?
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
How can I parse out a specific field of a multichain wallet transaction?
+2
votes
After I perform a listwallettransaction I want to be able to just pull out the specific string for the "name" field... How would I go about that?
asked
Jul 11, 2017
by
BankGirl
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
You need to do this in whichever programming language you are using the work with the MultiChain API. If you want to do it from the command line and you're using Linux, I recommend taking a look at jq, which is a powerful tool for slicing and dicing JSON objects:
https://stedolan.github.io/jq/
answered
Jul 12, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...