@radixdlt/atom
Version:
Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger
10 lines • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Spin = void 0;
var Spin;
(function (Spin) {
/* The implicit and theoretical state `NEUTRAL` for spin is not relevant from a client library perspective, thus omitted.*/
Spin[Spin["UP"] = 1] = "UP";
Spin[Spin["DOWN"] = -1] = "DOWN";
})(Spin = exports.Spin || (exports.Spin = {}));
//# sourceMappingURL=_types.js.map