@unilogin/sdk
Version:
SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.
8 lines • 313 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
function deprecateSDKMethod(subject) {
console.warn("sdk." + subject + " is deprecated. Use DeployedWallet." + subject + " method instead.");
}
exports.deprecateSDKMethod = deprecateSDKMethod;
;
//# sourceMappingURL=deprecate.js.map
;