@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
35 lines (33 loc) • 935 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Copyright 2017-2022 @darwinia/types-known authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable sort-keys */
var _default = {// Judgement: 'IdentityJudgement',
// RewardDestination: {
// _enum: {
// Staked: 'Null',
// Stash: 'Null',
// Controller: 'Null',
// Account: 'AccountId'
// }
// },
// Signer: 'EthereumAddress',
// RelayAuthorityT: {
// accountId: 'AccountId',
// signer: 'Signer',
// stake: 'Balance',
// term: 'BlockNumber'
// },
// MMRRoot: 'Hash',
// EcdsaAddress: 'EthereumAddress',
// EcdsaSignature: '[u8; 65; EcdsaSignature]',
// EcdsaMessage: 'H256',
// RelayAuthoritySigner: 'EcdsaAddress',
// RelayAuthorityMessage: 'EcdsaMessage',
// RelayAuthoritySignature: 'EcdsaSignature'
};
exports.default = _default;