@polkadot/types
Version:
Implementation of the Parity codec
24 lines (23 loc) • 614 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const rpc_js_1 = require("./rpc.js");
exports.default = {
rpc: rpc_js_1.rpc,
types: {
CreatedBlock: {
_alias: {
blockHash: 'hash'
},
blockHash: 'BlockHash',
aux: 'ImportedAux'
},
ImportedAux: {
headerOnly: 'bool',
clearJustificationRequests: 'bool',
needsJustification: 'bool',
badJustification: 'bool',
needsFinalityProof: 'bool',
isNewBest: 'bool'
}
}
};
;