// Copyright 2017-2021 @polkadot/types authors & contributors // SPDX-License-Identifier: Apache-2.0 // order important in structs... :) /* eslint-disable sort-keys */ import type { Definitions } from '../../types'; export default { rpc: {}, types: { ActiveRecovery: { created: 'BlockNumber', deposit: 'Balance', friends: 'Vec' }, RecoveryConfig: { delayPeriod: 'BlockNumber', deposit: 'Balance', friends: 'Vec', threshold: 'u16' } } } as Definitions;