@plugnet/util-crypto
Version:
A collection of useful crypto utilities for @plugnet
17 lines (13 loc) • 525 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = setPrefix;
var _defaults = _interopRequireDefault(require("./defaults"));
// Copyright 2017-2019 @polkadot/util-crypto authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
function setPrefix(prefix) {
_defaults.default.prefix = prefix;
}