-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I tried to execute this
Transaction transaction = BigchainDbTransactionBuilder.init()
.addAsset("firstname", "Dominic")
.addAsset("lastname", "Smith")
.operation(Operations.CREATE)
.buildAndSign((EdDSAPublicKey)keyPair.getPublic(), (EdDSAPrivateKey)keyPair.getPrivate())
.sendTransaction();
it worked fine I got the transaction id but when searching the asset or getting the transaction itself it couldn't find it, any thoughts why?
https://test.bigchaindb.com/api/v1/assets?search=Dominic
P.S it was working fine before
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels