@akashicpay/sdk
Version:
SDK to interact with the Akashic ecosystem
9 lines • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FeeDelegationStrategy = void 0;
var FeeDelegationStrategy;
(function (FeeDelegationStrategy) {
FeeDelegationStrategy["None"] = "None";
FeeDelegationStrategy["Delegate"] = "Delegate";
})(FeeDelegationStrategy || (exports.FeeDelegationStrategy = FeeDelegationStrategy = {}));
//# sourceMappingURL=APACTypes.js.map