@wuwei-labs/srsly
Version:
TypeScript SDK for SRSLY
11 lines • 449 B
JavaScript
;
/**
* @purpose Remove an affiliate and close account
*
* Re-exports slyvault's removeAffiliate instruction.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.removeAffiliate = void 0;
var slyvault_1 = require("@wuwei-labs/slyvault");
Object.defineProperty(exports, "removeAffiliate", { enumerable: true, get: function () { return slyvault_1.removeAffiliate; } });
//# sourceMappingURL=removeAffiliate.js.map