We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdabc8 + 2bbb374 commit bb67795Copy full SHA for bb67795
1 file changed
packages/core/src/types/cosmos.ts
@@ -13,7 +13,7 @@ export interface OfflineDirectSigner {
13
}
14
15
export interface CosmosSigningOptions {
16
- cosmosSignerConfig: CosmosSignerConfig
+ cosmosSignerConfig: Partial<CosmosSignerConfig>
17
18
19
export interface Pubkey {
0 commit comments