Skip to content

Commit 442a3b5

Browse files
authored
Add StrKey.isValidContract method TS definition (#751)
1 parent 8b8a7d3 commit 442a3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ export namespace StrKey {
988988

989989
function encodeContract(data: Buffer): string;
990990
function decodeContract(address: string): Buffer;
991+
function isValidContract(address: string): boolean;
991992
}
992993

993994
export namespace SignerKey {

0 commit comments

Comments
 (0)