@polkadot/types
Version:
Implementation of the Parity codec
54 lines (53 loc) • 1.52 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.runtime = void 0;
exports.runtime = {
AuraUnincludedSegmentApi: [
{
methods: {
can_build_upon: {
description: 'Whether it is legal to extend the chain',
params: [
{
name: 'includedHash',
type: 'BlockHash'
},
{
name: 'slot',
type: 'Slot'
}
],
type: 'bool'
}
},
version: 1
}
],
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
}
]
};
;