Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Nov 15, 2022
1 parent 761920c commit b2ec571
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g

# Publishing : Required
GROUP=io.eqoty.secretk
VERSION_NAME=0.15.0
VERSION_NAME=0.16.0
POM_ARTIFACT_ID=client

# Publishing : Optional
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,7 @@ __attribute__((swift_name("CosmWasmClient")))
*/
- (void)queryContractSmartContractAddress:(NSString *)contractAddress queryMsg:(NSString *)queryMsg contractCodeHash:(NSString * _Nullable)contractCodeHash completionHandler:(void (^)(NSString * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("queryContractSmart(contractAddress:queryMsg:contractCodeHash:completionHandler:)")));
@property NSString * _Nullable anyValidAddress __attribute__((swift_name("anyValidAddress")));
@property NSString * _Nullable chainId __attribute__((swift_name("chainId")));
@end

__attribute__((objc_subclassing_restricted))
Expand Down
Loading

0 comments on commit b2ec571

Please sign in to comment.