UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

10 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LockConfigUtil = void 0; class LockConfigUtil { static getPermanentLockType() { return { permanent: {} }; } } exports.LockConfigUtil = LockConfigUtil; //# sourceMappingURL=lock-config-util.js.map