UNPKG

@acala-network/type-definitions

Version:

Polkadot.js type definations for Acala Network

22 lines (21 loc) 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { rpc: {}, types: { RelaychainAccountId: 'AccountId', SlashInfo: { validator: 'RelaychainAccountId', relaychainTokenAmount: 'Balance' }, ValidatorBacking: { totalInsurance: 'Balance', isFrozen: 'bool' }, Guarantee: { total: 'Balance', bonded: 'Balance', unbonding: 'Option<(Balance, BlockNumber)>' } } };