Closed davepuchyr closed 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.
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
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
.