Make signing Stargate client constructors protected
This commit is contained in:
parent
cb45cdf2cf
commit
f68ef5572a
@ -133,7 +133,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
|
||||
return new SigningCosmWasmClient(tmClient, signer, options);
|
||||
}
|
||||
|
||||
private constructor(
|
||||
protected constructor(
|
||||
tmClient: Tendermint34Client,
|
||||
signer: OfflineSigner,
|
||||
options: SigningCosmWasmClientOptions,
|
||||
|
||||
@ -171,7 +171,7 @@ export class SigningStargateClient extends StargateClient {
|
||||
return new SigningStargateClient(undefined, signer, options);
|
||||
}
|
||||
|
||||
private constructor(
|
||||
protected constructor(
|
||||
tmClient: Tendermint34Client | undefined,
|
||||
signer: OfflineSigner,
|
||||
options: SigningStargateClientOptions,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user