Skip to main content
Module

x/polkadot/types/interfaces/lottery/definitions.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

/* eslint-disable sort-keys */
import type { Definitions } from '../../types/index.ts';
export default { rpc: {}, types: { CallIndex: '(u8, u8)', LotteryConfig: { price: 'Balance', start: 'BlockNumber', length: 'BlockNumber', delay: 'BlockNumber', repeat: 'bool' } }} as Definitions;