@polkadot/types
Version:
Implementation of the Parity codec
18 lines (17 loc) • 425 B
JavaScript
import { runtime } from './runtime.js';
export default {
rpc: {},
runtime,
types: {
StatementStoreStatementSource: {
_enum: ['Chain', 'Network', 'Local']
},
StatementStoreValidStatement: {
maxCount: 'u32',
maxSize: 'u32'
},
StatementStoreInvalidStatement: {
_enum: ['BadProof', 'NoProof', 'InternalError']
}
}
};