cosmwasm: Expose Cw3CosmWasmClient.cw3ContractAddress

This commit is contained in:
willclarktech
2020-11-24 16:27:22 +00:00
parent 62f1410b92
commit 2b6f658fb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ interface StartAfterStringPaginationOptions {
}
export class Cw3CosmWasmClient extends SigningCosmWasmClient {
private readonly cw3ContractAddress: string;
public readonly cw3ContractAddress: string;
public constructor(
apiUrl: string,
+1 -1
View File
@@ -61,7 +61,7 @@ interface StartAfterStringPaginationOptions {
readonly limit?: number;
}
export declare class Cw3CosmWasmClient extends SigningCosmWasmClient {
private readonly cw3ContractAddress;
readonly cw3ContractAddress: string;
constructor(
apiUrl: string,
signerAddress: string,