@polkadot/types
Version:
Implementation of the Parity codec
21 lines (20 loc) • 507 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
ProxyDefinition: {
delegate: 'AccountId',
proxyType: 'ProxyType',
delay: 'BlockNumber'
},
ProxyType: {
_enum: ['Any', 'NonTransfer', 'Governance', 'Staking']
},
ProxyAnnouncement: {
real: 'AccountId',
callHash: 'Hash',
height: 'BlockNumber'
}
}
};
;