UNPKG

@polkadot/types

Version:
21 lines (20 loc) 507 B
"use strict"; 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' } } };