iov-one / iovns

The IOV Name Service built on cosmos-sdk
Apache License 2.0
11 stars 13 forks source link

Return Success on success #358

Closed davepuchyr closed 4 years ago

davepuchyr commented 4 years ago

The verify endpoint expects cosmos-sdk/StdTx json as the request body, eg iovnscli tx sign message.json --chain-id signed-message-v1 --acount-number 0 --sequence 0 --offline --from star1... > signed.json && curl -X POST -d @signed.json http://localhost:1317/signutil/query/verify.