@radixdlt/application
Version:
A JavaScript client library for interacting with the Radix Distributed Ledger.
16 lines • 650 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Decoded = void 0;
var Decoded;
(function (Decoded) {
let ActionType;
(function (ActionType) {
ActionType["Transfer"] = "TransferTokens";
ActionType["Stake"] = "StakeTokens";
ActionType["Unstake"] = "UnstakeTokens";
ActionType["Mint"] = "MintTokens";
ActionType["Burn"] = "BurnTokens";
ActionType["CreateTokenDefinition"] = "CreateTokenDefinition";
})(ActionType = Decoded.ActionType || (Decoded.ActionType = {}));
})(Decoded = exports.Decoded || (exports.Decoded = {}));
//# sourceMappingURL=_types.js.map