Make signing Stargate client constructors protected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user