blogd tx blog create-post hello world --from alice
blogd q blog show-post 0
post: body: world creator: cosmos1x33ummgkjdd6h2frlugt3tft7vnc0nxyfxnx9h id: "0" title: hello
blogd tx blog create-post foo bar --from bob
blogd q blog list-post
pagination: next_key: null total: "2" post: - body: world creator: cosmos1x33ummgkjdd6h2frlugt3tft7vnc0nxyfxnx9h id: "0" title: hello - body: bar creator: cosmos1ysl9ws3fdamrrj4fs9ytzrrzw6ul3veddk7gz3 id: "1" title: foo
blogd tx blog update-post hello cosmos 0 --from alice
post: body: cosmos creator: cosmos1x33ummgkjdd6h2frlugt3tft7vnc0nxyfxnx9h id: "0" title: hello
blogd tx blog delete-post 0 --from alice
pagination: next_key: null total: "1" post: - body: bar creator: cosmos1ysl9ws3fdamrrj4fs9ytzrrzw6ul3veddk7gz3 id: "1" title: foo
blogd tx blog delete-post 1 --from alice
raw_log: 'failed to execute message; message index: 0: incorrect owner: unauthorized'