cosmwasm: Expose Cw3CosmWasmClient.cw3ContractAddress
This commit is contained in:
parent
62f1410b92
commit
2b6f658fb6
@ -72,7 +72,7 @@ interface StartAfterStringPaginationOptions {
|
||||
}
|
||||
|
||||
export class Cw3CosmWasmClient extends SigningCosmWasmClient {
|
||||
private readonly cw3ContractAddress: string;
|
||||
public readonly cw3ContractAddress: string;
|
||||
|
||||
public constructor(
|
||||
apiUrl: string,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user