Parse send tx response and update package version (#8)
Tests / sdk_tests (push) Successful in 19m41s

Part of https://www.notion.so/Create-laconic-registry-SDK-d3a636d4aba44f7cbba3bd99b7146811

- Parse send tx response in the `sendCoins` method
  - Add the required proto types and regenerate bindings
- Bump minor package version

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Reviewed-on: deep-stack/registry-sdk#8
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
This commit was merged in pull request #8.
This commit is contained in:
2024-03-13 10:29:46 +00:00
committed by nabarun
co-authored by neeraj
parent 60aacc6543
commit 409e6d5c6f
13 changed files with 1666 additions and 13 deletions
+2 -1
View File
@@ -16,4 +16,5 @@ protoc \
--ts_proto_out=$DEST_TS \
--proto_path=$I \
--ts_proto_opt="esModuleInterop=true,forceLong=long,useOptionals=messages" \
$(find $REPO_ROOT/proto/cerc -iname "*.proto")
$(find $REPO_ROOT/proto/cerc $REPO_ROOT/proto/cosmos/bank -type f -iname "*.proto"
)