@polkadot/react-api
Version:
A collection of RxJs React components the Polkadot JS API
23 lines (22 loc) • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Copyright 2017-2020 @polkadot/react-api authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
var _default = {
Difficulty: 'U256',
DifficultyAndTimestamp: {
difficulty: 'Difficulty',
timestamp: 'Moment'
},
DispatchError: 'DispatchErrorTo198',
DispatchResult: 'DispatchResultTo198',
DispatchInfo: {
weight: 'Weight',
class: 'DispatchClass'
}
};
exports.default = _default;