-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getAccount method in GranteeSignerClient to handle AbstractAccoun…
…t types (#53) Imported Account from @cosmjs/stargate and added a new method 'getAccount' in GranteeSignerClient to fetch the account data. This method uses 'customAccountFromAny' from the @burnt-labs/signers package to convert the account data received. The 'customAccountFromAny' has also been exported in signers package index file to make it accessible for usage. Closes #52
- Loading branch information
1 parent
047151f
commit 2257a1f
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@burnt-labs/abstraxion": minor | ||
"@burnt-labs/signers": minor | ||
--- | ||
|
||
Add getAccount method in GranteeSignerClient to parse abstractaccount.v1.AbstractAccount type accounts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters