UNPKG

350 BJavaScriptView Raw
1// Copyright 2017-2023 @polkadot/types authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4// order important in structs... :)
5/* eslint-disable sort-keys */
6
7import { runtime } from "./runtime.js";
8export default {
9 rpc: {},
10 runtime,
11 types: {
12 NpApiError: {
13 _enum: ['MemberNotFound', 'OverflowInPendingRewards']
14 }
15 }
16};
\No newline at end of file