UNPKG

352 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/types authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3// order important in structs... :)
4
5/* eslint-disable sort-keys */
6export default {
7 rpc: {},
8 types: {
9 WeightToFeeCoefficient: {
10 coeffInteger: 'Balance',
11 coeffFrac: 'Perbill',
12 negative: 'bool',
13 degree: 'u8'
14 }
15 }
16};
\No newline at end of file