@darwinia/types
Version:
Implementation of the Parity codec
39 lines (37 loc) • 997 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Copyright 2017-2022 @darwinia/types authors & contributors
// SPDX-License-Identifier: Apache-2.0
// order important in structs... :)
/* eslint-disable sort-keys */
var _default = {
types: {
ProxyType: {
_enum: {
Any: null,
NonTransfer: null,
Governance: null,
Staking: null,
IdentityJudgement: null,
EthereumBridge: null
}
},
Announcement: 'ProxyAnnouncement',
ProxyAnnouncement: {
real: 'AccountId',
callHash: 'Hash',
height: 'BlockNumber'
},
CrabRuntimePalletsProxyProxyType: {
_enum: ['Any', 'NonTransfer', 'Governance', 'Staking', 'IdentityJudgement', 'EthereumBridge']
},
DarwiniaRuntimePalletsProxyProxyType: {
_enum: ['Any', 'NonTransfer', 'Governance', 'Staking', 'IdentityJudgement', 'EthereumBridge']
}
},
rpc: {}
};
exports.default = _default;