UNPKG

@polkadot/types

Version:
30 lines (29 loc) 805 B
export const runtime = { CollectCollationInfo: [ { methods: { collect_collation_info: { description: 'Collect information about a collation.', params: [ { name: 'header', type: 'Header' } ], type: 'CollationInfo' } }, version: 2 }, { methods: { collect_collation_info: { description: 'Collect information about a collation.', params: [], type: 'CollationInfoV1' } }, version: 1 } ] };