@safe-global/protocol-kit
Version:
SDK that facilitates the interaction with Safe Smart Accounts
5 lines • 317 B
TypeScript
export declare function sameString(str1?: string, str2?: string): boolean;
export declare function isZeroAddress(address: string): boolean;
export declare function isSentinelAddress(address: string): boolean;
export declare function isRestrictedAddress(address: string): boolean;
//# sourceMappingURL=address.d.ts.map