cosmwasm: Expose Cw3CosmWasmClient.cw3ContractAddress

This commit is contained in:
willclarktech 2020-11-24 12:44:56 +00:00
parent 62f1410b92
commit 2b6f658fb6
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

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,

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,