-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extend makeInteractiveSigner and make it exportable
- adds fifth optional argument `opts` to `makeInteractiveSigner` - allows additional Registry types to be sent in `opts.registryTypes` - allows additonal amino converters to be sent in `opts.converters` - allows initial client gas price to be set with `opts.gasPrice` - exposes `signAndBroadcast` method, that takes any EncodeObject as an argument - exposes `makeInteractiveSigner` externally to consumers
- Loading branch information
1 parent
7c365a1
commit f0d9525
Showing
2 changed files
with
42 additions
and
7 deletions.
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
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