@frequency-chain/api-augment
Advanced tools
Comparing version 0.0.0-ba3528 to 0.0.0-c8991d
declare const _default: { | ||
rpc: { | ||
getBySchema: { | ||
getBySchemaId: { | ||
description: string; | ||
@@ -5,0 +5,0 @@ params: { |
export default { | ||
rpc: { | ||
getBySchema: { | ||
getBySchemaId: { | ||
description: "Get messages by schemaId paginated", | ||
@@ -5,0 +5,0 @@ params: [ |
@@ -337,6 +337,2 @@ import '@polkadot/api-base/types/errors'; | ||
/** | ||
* The operation was attempted with an expired delegation | ||
**/ | ||
DelegationExpired: AugmentedError<ApiType>; | ||
/** | ||
* The operation was attempted with an unknown delegation | ||
@@ -347,2 +343,6 @@ **/ | ||
* The operation was attempted with a revoked delegation | ||
* | ||
* # Situations | ||
* * Had a prior delegation | ||
* * Has an active delegation, but the schema permission is revoked | ||
**/ | ||
@@ -411,3 +411,3 @@ DelegationRevoked: AugmentedError<ApiType>; | ||
/** | ||
* The submited proof has expired; the current block is less the expiration block | ||
* The submitted proof has expired; the current block is less the expiration block | ||
**/ | ||
@@ -577,6 +577,2 @@ ProofHasExpired: AugmentedError<ApiType>; | ||
/** | ||
* The maximum number of schemas is stored in the database. | ||
**/ | ||
TooManySchemas: AugmentedError<ApiType>; | ||
/** | ||
* Generic error | ||
@@ -583,0 +579,0 @@ **/ |
@@ -344,3 +344,3 @@ import '@polkadot/api-base/types/events'; | ||
**/ | ||
DelegatorRevokedDelegation: AugmentedEvent<ApiType, [provider: u64, delegator: u64], { | ||
DelegationRevoked: AugmentedEvent<ApiType, [provider: u64, delegator: u64], { | ||
provider: u64; | ||
@@ -350,2 +350,9 @@ delegator: u64; | ||
/** | ||
* A an update to the delegation occurred (ex. schema permissions where updated). | ||
**/ | ||
DelegationUpdated: AugmentedEvent<ApiType, [provider: u64, delegator: u64], { | ||
provider: u64; | ||
delegator: u64; | ||
}>; | ||
/** | ||
* A new Message Service Account was created with a new MessageSourceId | ||
@@ -370,9 +377,2 @@ **/ | ||
/** | ||
* The Provider revoked itself as delegate for the Delegator | ||
**/ | ||
ProviderRevokedDelegation: AugmentedEvent<ApiType, [provider: u64, delegator: u64], { | ||
provider: u64; | ||
delegator: u64; | ||
}>; | ||
/** | ||
* An AccountId has been associated with a MessageSourceId | ||
@@ -379,0 +379,0 @@ **/ |
@@ -436,3 +436,3 @@ import '@polkadot/rpc-core/types/jsonrpc'; | ||
**/ | ||
getBySchema: AugmentedRpc<(schema_id: SchemaId | AnyNumber | Uint8Array, pagination: BlockPaginationRequest | { | ||
getBySchemaId: AugmentedRpc<(schema_id: SchemaId | AnyNumber | Uint8Array, pagination: BlockPaginationRequest | { | ||
from_block?: any; | ||
@@ -439,0 +439,0 @@ from_index?: any; |
@@ -597,13 +597,13 @@ declare const _default: { | ||
}; | ||
DelegatorRevokedDelegation: { | ||
DelegationRevoked: { | ||
provider: string; | ||
delegator: string; | ||
}; | ||
ProviderRevokedDelegation: { | ||
MsaRetired: { | ||
msaId: string; | ||
}; | ||
DelegationUpdated: { | ||
provider: string; | ||
delegator: string; | ||
}; | ||
MsaRetired: { | ||
msaId: string; | ||
}; | ||
}; | ||
@@ -1357,2 +1357,6 @@ }; | ||
}; | ||
grant_schema_permissions: { | ||
provider: string; | ||
schemaIds: string; | ||
}; | ||
retire_msa: string; | ||
@@ -1396,3 +1400,2 @@ }; | ||
msaId: string; | ||
nonce: string; | ||
expiration: string; | ||
@@ -1418,3 +1421,3 @@ }; | ||
/** | ||
* Lookup164: pallet_schemas::pallet::Call<T> | ||
* Lookup165: pallet_schemas::pallet::Call<T> | ||
**/ | ||
@@ -1434,3 +1437,3 @@ PalletSchemasCall: { | ||
/** | ||
* Lookup166: common_primitives::schema::ModelType | ||
* Lookup167: common_primitives::schema::ModelType | ||
**/ | ||
@@ -1441,3 +1444,3 @@ CommonPrimitivesSchemaModelType: { | ||
/** | ||
* Lookup167: common_primitives::schema::PayloadLocation | ||
* Lookup168: common_primitives::schema::PayloadLocation | ||
**/ | ||
@@ -1448,3 +1451,3 @@ CommonPrimitivesSchemaPayloadLocation: { | ||
/** | ||
* Lookup168: pallet_sudo::pallet::Error<T> | ||
* Lookup169: pallet_sudo::pallet::Error<T> | ||
**/ | ||
@@ -1455,3 +1458,3 @@ PalletSudoError: { | ||
/** | ||
* Lookup169: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
* Lookup170: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1465,3 +1468,3 @@ PalletPreimageRequestStatus: { | ||
/** | ||
* Lookup173: pallet_preimage::pallet::Error<T> | ||
* Lookup174: pallet_preimage::pallet::Error<T> | ||
**/ | ||
@@ -1472,3 +1475,3 @@ PalletPreimageError: { | ||
/** | ||
* Lookup177: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
* Lookup178: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
**/ | ||
@@ -1488,3 +1491,3 @@ PalletDemocracyPreimageStatus: { | ||
/** | ||
* Lookup178: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup179: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1501,3 +1504,3 @@ PalletDemocracyReferendumInfo: { | ||
/** | ||
* Lookup179: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup180: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1512,3 +1515,3 @@ PalletDemocracyReferendumStatus: { | ||
/** | ||
* Lookup180: pallet_democracy::types::Tally<Balance> | ||
* Lookup181: pallet_democracy::types::Tally<Balance> | ||
**/ | ||
@@ -1521,3 +1524,3 @@ PalletDemocracyTally: { | ||
/** | ||
* Lookup181: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup182: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1541,3 +1544,3 @@ PalletDemocracyVoteVoting: { | ||
/** | ||
* Lookup184: pallet_democracy::types::Delegations<Balance> | ||
* Lookup185: pallet_democracy::types::Delegations<Balance> | ||
**/ | ||
@@ -1549,7 +1552,7 @@ PalletDemocracyDelegations: { | ||
/** | ||
* Lookup185: pallet_democracy::vote::PriorLock<BlockNumber, Balance> | ||
* Lookup186: pallet_democracy::vote::PriorLock<BlockNumber, Balance> | ||
**/ | ||
PalletDemocracyVotePriorLock: string; | ||
/** | ||
* Lookup188: pallet_democracy::Releases | ||
* Lookup189: pallet_democracy::Releases | ||
**/ | ||
@@ -1560,3 +1563,3 @@ PalletDemocracyReleases: { | ||
/** | ||
* Lookup189: pallet_democracy::pallet::Error<T> | ||
* Lookup190: pallet_democracy::pallet::Error<T> | ||
**/ | ||
@@ -1567,3 +1570,3 @@ PalletDemocracyError: { | ||
/** | ||
* Lookup192: pallet_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<frequency_runtime::Call, primitive_types::H256>, BlockNumber, frequency_runtime::OriginCaller, sp_core::crypto::AccountId32> | ||
* Lookup193: pallet_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<frequency_runtime::Call, primitive_types::H256>, BlockNumber, frequency_runtime::OriginCaller, sp_core::crypto::AccountId32> | ||
**/ | ||
@@ -1578,3 +1581,3 @@ PalletSchedulerScheduledV3: { | ||
/** | ||
* Lookup193: pallet_scheduler::pallet::Error<T> | ||
* Lookup194: pallet_scheduler::pallet::Error<T> | ||
**/ | ||
@@ -1585,3 +1588,3 @@ PalletSchedulerError: { | ||
/** | ||
* Lookup194: pallet_utility::pallet::Error<T> | ||
* Lookup195: pallet_utility::pallet::Error<T> | ||
**/ | ||
@@ -1592,3 +1595,3 @@ PalletUtilityError: { | ||
/** | ||
* Lookup196: pallet_balances::BalanceLock<Balance> | ||
* Lookup197: pallet_balances::BalanceLock<Balance> | ||
**/ | ||
@@ -1601,3 +1604,3 @@ PalletBalancesBalanceLock: { | ||
/** | ||
* Lookup197: pallet_balances::Reasons | ||
* Lookup198: pallet_balances::Reasons | ||
**/ | ||
@@ -1608,3 +1611,3 @@ PalletBalancesReasons: { | ||
/** | ||
* Lookup200: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
* Lookup201: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
**/ | ||
@@ -1616,3 +1619,3 @@ PalletBalancesReserveData: { | ||
/** | ||
* Lookup202: pallet_balances::Releases | ||
* Lookup203: pallet_balances::Releases | ||
**/ | ||
@@ -1623,3 +1626,3 @@ PalletBalancesReleases: { | ||
/** | ||
* Lookup203: pallet_balances::pallet::Error<T, I> | ||
* Lookup204: pallet_balances::pallet::Error<T, I> | ||
**/ | ||
@@ -1630,3 +1633,3 @@ PalletBalancesError: { | ||
/** | ||
* Lookup205: pallet_transaction_payment::Releases | ||
* Lookup206: pallet_transaction_payment::Releases | ||
**/ | ||
@@ -1637,3 +1640,3 @@ PalletTransactionPaymentReleases: { | ||
/** | ||
* Lookup207: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1648,3 +1651,3 @@ PalletCollectiveVotes: { | ||
/** | ||
* Lookup208: pallet_collective::pallet::Error<T, I> | ||
* Lookup209: pallet_collective::pallet::Error<T, I> | ||
**/ | ||
@@ -1655,3 +1658,3 @@ PalletCollectiveError: { | ||
/** | ||
* Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
* Lookup211: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1665,7 +1668,7 @@ PalletTreasuryProposal: { | ||
/** | ||
* Lookup215: frame_support::PalletId | ||
* Lookup216: frame_support::PalletId | ||
**/ | ||
FrameSupportPalletId: string; | ||
/** | ||
* Lookup216: pallet_treasury::pallet::Error<T, I> | ||
* Lookup217: pallet_treasury::pallet::Error<T, I> | ||
**/ | ||
@@ -1676,3 +1679,3 @@ PalletTreasuryError: { | ||
/** | ||
* Lookup218: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32> | ||
* Lookup219: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32> | ||
**/ | ||
@@ -1686,3 +1689,3 @@ PalletAuthorshipUncleEntryItem: { | ||
/** | ||
* Lookup220: pallet_authorship::pallet::Error<T> | ||
* Lookup221: pallet_authorship::pallet::Error<T> | ||
**/ | ||
@@ -1693,3 +1696,3 @@ PalletAuthorshipError: { | ||
/** | ||
* Lookup223: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
* Lookup224: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1701,3 +1704,3 @@ PalletCollatorSelectionCandidateInfo: { | ||
/** | ||
* Lookup225: pallet_collator_selection::pallet::Error<T> | ||
* Lookup226: pallet_collator_selection::pallet::Error<T> | ||
**/ | ||
@@ -1708,7 +1711,7 @@ PalletCollatorSelectionError: { | ||
/** | ||
* Lookup229: sp_core::crypto::KeyTypeId | ||
* Lookup230: sp_core::crypto::KeyTypeId | ||
**/ | ||
SpCoreCryptoKeyTypeId: string; | ||
/** | ||
* Lookup230: pallet_session::pallet::Error<T> | ||
* Lookup231: pallet_session::pallet::Error<T> | ||
**/ | ||
@@ -1719,3 +1722,3 @@ PalletSessionError: { | ||
/** | ||
* Lookup235: orml_vesting::module::Error<T> | ||
* Lookup236: orml_vesting::module::Error<T> | ||
**/ | ||
@@ -1726,3 +1729,3 @@ OrmlVestingModuleError: { | ||
/** | ||
* Lookup237: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
* Lookup238: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
**/ | ||
@@ -1734,3 +1737,3 @@ CommonPrimitivesMsaDelegation: { | ||
/** | ||
* Lookup242: common_primitives::msa::ProviderRegistryEntry<T> | ||
* Lookup243: common_primitives::msa::ProviderRegistryEntry<T> | ||
**/ | ||
@@ -1741,3 +1744,3 @@ CommonPrimitivesMsaProviderRegistryEntry: { | ||
/** | ||
* Lookup245: pallet_msa::pallet::Error<T> | ||
* Lookup246: pallet_msa::pallet::Error<T> | ||
**/ | ||
@@ -1748,3 +1751,3 @@ PalletMsaError: { | ||
/** | ||
* Lookup248: pallet_messages::types::Message<MaxDataSize> | ||
* Lookup249: pallet_messages::types::Message<MaxDataSize> | ||
**/ | ||
@@ -1758,3 +1761,3 @@ PalletMessagesMessage: { | ||
/** | ||
* Lookup254: pallet_messages::pallet::Error<T> | ||
* Lookup255: pallet_messages::pallet::Error<T> | ||
**/ | ||
@@ -1765,3 +1768,3 @@ PalletMessagesError: { | ||
/** | ||
* Lookup255: pallet_schemas::types::Schema<MaxModelSize> | ||
* Lookup256: pallet_schemas::types::Schema<MaxModelSize> | ||
**/ | ||
@@ -1774,3 +1777,3 @@ PalletSchemasSchema: { | ||
/** | ||
* Lookup256: pallet_schemas::pallet::Error<T> | ||
* Lookup257: pallet_schemas::pallet::Error<T> | ||
**/ | ||
@@ -1781,35 +1784,35 @@ PalletSchemasError: { | ||
/** | ||
* Lookup259: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T> | ||
* Lookup260: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T> | ||
**/ | ||
FrameSystemExtensionsCheckNonZeroSender: string; | ||
/** | ||
* Lookup260: frame_system::extensions::check_spec_version::CheckSpecVersion<T> | ||
* Lookup261: frame_system::extensions::check_spec_version::CheckSpecVersion<T> | ||
**/ | ||
FrameSystemExtensionsCheckSpecVersion: string; | ||
/** | ||
* Lookup261: frame_system::extensions::check_tx_version::CheckTxVersion<T> | ||
* Lookup262: frame_system::extensions::check_tx_version::CheckTxVersion<T> | ||
**/ | ||
FrameSystemExtensionsCheckTxVersion: string; | ||
/** | ||
* Lookup262: frame_system::extensions::check_genesis::CheckGenesis<T> | ||
* Lookup263: frame_system::extensions::check_genesis::CheckGenesis<T> | ||
**/ | ||
FrameSystemExtensionsCheckGenesis: string; | ||
/** | ||
* Lookup265: common_runtime::extensions::check_nonce::CheckNonce<T> | ||
* Lookup266: common_runtime::extensions::check_nonce::CheckNonce<T> | ||
**/ | ||
CommonRuntimeExtensionsCheckNonce: string; | ||
/** | ||
* Lookup266: frame_system::extensions::check_weight::CheckWeight<T> | ||
* Lookup267: frame_system::extensions::check_weight::CheckWeight<T> | ||
**/ | ||
FrameSystemExtensionsCheckWeight: string; | ||
/** | ||
* Lookup267: pallet_transaction_payment::ChargeTransactionPayment<T> | ||
* Lookup268: pallet_transaction_payment::ChargeTransactionPayment<T> | ||
**/ | ||
PalletTransactionPaymentChargeTransactionPayment: string; | ||
/** | ||
* Lookup268: pallet_msa::CheckFreeExtrinsicUse<T> | ||
* Lookup269: pallet_msa::CheckFreeExtrinsicUse<T> | ||
**/ | ||
PalletMsaCheckFreeExtrinsicUse: string; | ||
/** | ||
* Lookup269: frequency_runtime::Runtime | ||
* Lookup270: frequency_runtime::Runtime | ||
**/ | ||
@@ -1816,0 +1819,0 @@ FrequencyRuntimeRuntime: string; |
@@ -600,12 +600,12 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit | ||
}, | ||
DelegatorRevokedDelegation: { | ||
DelegationRevoked: { | ||
provider: 'u64', | ||
delegator: 'u64', | ||
}, | ||
ProviderRevokedDelegation: { | ||
MsaRetired: { | ||
msaId: 'u64', | ||
}, | ||
DelegationUpdated: { | ||
provider: 'u64', | ||
delegator: 'u64', | ||
}, | ||
MsaRetired: { | ||
msaId: 'u64' | ||
delegator: 'u64' | ||
} | ||
@@ -1345,3 +1345,3 @@ } | ||
revoke_delegation_by_delegator: { | ||
providerMsaId: 'u64', | ||
providerMsaId: 'Compact<u64>', | ||
}, | ||
@@ -1359,4 +1359,8 @@ add_public_key_to_msa: { | ||
revoke_delegation_by_provider: { | ||
delegator: 'u64', | ||
delegator: 'Compact<u64>', | ||
}, | ||
grant_schema_permissions: { | ||
provider: 'u64', | ||
schemaIds: 'Vec<u16>', | ||
}, | ||
retire_msa: 'Null' | ||
@@ -1400,3 +1404,2 @@ } | ||
msaId: 'u64', | ||
nonce: 'u32', | ||
expiration: 'u32' | ||
@@ -1410,9 +1413,9 @@ }, | ||
add_ipfs_message: { | ||
schemaId: 'u16', | ||
schemaId: 'Compact<u16>', | ||
cid: 'Bytes', | ||
payloadLength: 'u32', | ||
payloadLength: 'Compact<u32>', | ||
}, | ||
add_onchain_message: { | ||
onBehalfOf: 'Option<u64>', | ||
schemaId: 'u16', | ||
schemaId: 'Compact<u16>', | ||
payload: 'Bytes' | ||
@@ -1423,3 +1426,3 @@ } | ||
/** | ||
* Lookup164: pallet_schemas::pallet::Call<T> | ||
* Lookup165: pallet_schemas::pallet::Call<T> | ||
**/ | ||
@@ -1434,3 +1437,3 @@ PalletSchemasCall: { | ||
set_max_schema_model_bytes: { | ||
maxSize: 'u32' | ||
maxSize: 'Compact<u32>' | ||
} | ||
@@ -1440,3 +1443,3 @@ } | ||
/** | ||
* Lookup166: common_primitives::schema::ModelType | ||
* Lookup167: common_primitives::schema::ModelType | ||
**/ | ||
@@ -1447,3 +1450,3 @@ CommonPrimitivesSchemaModelType: { | ||
/** | ||
* Lookup167: common_primitives::schema::PayloadLocation | ||
* Lookup168: common_primitives::schema::PayloadLocation | ||
**/ | ||
@@ -1454,3 +1457,3 @@ CommonPrimitivesSchemaPayloadLocation: { | ||
/** | ||
* Lookup168: pallet_sudo::pallet::Error<T> | ||
* Lookup169: pallet_sudo::pallet::Error<T> | ||
**/ | ||
@@ -1461,3 +1464,3 @@ PalletSudoError: { | ||
/** | ||
* Lookup169: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
* Lookup170: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1471,3 +1474,3 @@ PalletPreimageRequestStatus: { | ||
/** | ||
* Lookup173: pallet_preimage::pallet::Error<T> | ||
* Lookup174: pallet_preimage::pallet::Error<T> | ||
**/ | ||
@@ -1478,3 +1481,3 @@ PalletPreimageError: { | ||
/** | ||
* Lookup177: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
* Lookup178: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
**/ | ||
@@ -1494,3 +1497,3 @@ PalletDemocracyPreimageStatus: { | ||
/** | ||
* Lookup178: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup179: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1507,3 +1510,3 @@ PalletDemocracyReferendumInfo: { | ||
/** | ||
* Lookup179: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup180: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1518,3 +1521,3 @@ PalletDemocracyReferendumStatus: { | ||
/** | ||
* Lookup180: pallet_democracy::types::Tally<Balance> | ||
* Lookup181: pallet_democracy::types::Tally<Balance> | ||
**/ | ||
@@ -1527,3 +1530,3 @@ PalletDemocracyTally: { | ||
/** | ||
* Lookup181: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup182: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1547,3 +1550,3 @@ PalletDemocracyVoteVoting: { | ||
/** | ||
* Lookup184: pallet_democracy::types::Delegations<Balance> | ||
* Lookup185: pallet_democracy::types::Delegations<Balance> | ||
**/ | ||
@@ -1555,7 +1558,7 @@ PalletDemocracyDelegations: { | ||
/** | ||
* Lookup185: pallet_democracy::vote::PriorLock<BlockNumber, Balance> | ||
* Lookup186: pallet_democracy::vote::PriorLock<BlockNumber, Balance> | ||
**/ | ||
PalletDemocracyVotePriorLock: '(u32,u128)', | ||
/** | ||
* Lookup188: pallet_democracy::Releases | ||
* Lookup189: pallet_democracy::Releases | ||
**/ | ||
@@ -1566,3 +1569,3 @@ PalletDemocracyReleases: { | ||
/** | ||
* Lookup189: pallet_democracy::pallet::Error<T> | ||
* Lookup190: pallet_democracy::pallet::Error<T> | ||
**/ | ||
@@ -1573,3 +1576,3 @@ PalletDemocracyError: { | ||
/** | ||
* Lookup192: pallet_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<frequency_runtime::Call, primitive_types::H256>, BlockNumber, frequency_runtime::OriginCaller, sp_core::crypto::AccountId32> | ||
* Lookup193: pallet_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<frequency_runtime::Call, primitive_types::H256>, BlockNumber, frequency_runtime::OriginCaller, sp_core::crypto::AccountId32> | ||
**/ | ||
@@ -1584,3 +1587,3 @@ PalletSchedulerScheduledV3: { | ||
/** | ||
* Lookup193: pallet_scheduler::pallet::Error<T> | ||
* Lookup194: pallet_scheduler::pallet::Error<T> | ||
**/ | ||
@@ -1591,3 +1594,3 @@ PalletSchedulerError: { | ||
/** | ||
* Lookup194: pallet_utility::pallet::Error<T> | ||
* Lookup195: pallet_utility::pallet::Error<T> | ||
**/ | ||
@@ -1598,3 +1601,3 @@ PalletUtilityError: { | ||
/** | ||
* Lookup196: pallet_balances::BalanceLock<Balance> | ||
* Lookup197: pallet_balances::BalanceLock<Balance> | ||
**/ | ||
@@ -1607,3 +1610,3 @@ PalletBalancesBalanceLock: { | ||
/** | ||
* Lookup197: pallet_balances::Reasons | ||
* Lookup198: pallet_balances::Reasons | ||
**/ | ||
@@ -1614,3 +1617,3 @@ PalletBalancesReasons: { | ||
/** | ||
* Lookup200: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
* Lookup201: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
**/ | ||
@@ -1622,3 +1625,3 @@ PalletBalancesReserveData: { | ||
/** | ||
* Lookup202: pallet_balances::Releases | ||
* Lookup203: pallet_balances::Releases | ||
**/ | ||
@@ -1629,3 +1632,3 @@ PalletBalancesReleases: { | ||
/** | ||
* Lookup203: pallet_balances::pallet::Error<T, I> | ||
* Lookup204: pallet_balances::pallet::Error<T, I> | ||
**/ | ||
@@ -1636,3 +1639,3 @@ PalletBalancesError: { | ||
/** | ||
* Lookup205: pallet_transaction_payment::Releases | ||
* Lookup206: pallet_transaction_payment::Releases | ||
**/ | ||
@@ -1643,3 +1646,3 @@ PalletTransactionPaymentReleases: { | ||
/** | ||
* Lookup207: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1654,3 +1657,3 @@ PalletCollectiveVotes: { | ||
/** | ||
* Lookup208: pallet_collective::pallet::Error<T, I> | ||
* Lookup209: pallet_collective::pallet::Error<T, I> | ||
**/ | ||
@@ -1661,3 +1664,3 @@ PalletCollectiveError: { | ||
/** | ||
* Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
* Lookup211: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1671,7 +1674,7 @@ PalletTreasuryProposal: { | ||
/** | ||
* Lookup215: frame_support::PalletId | ||
* Lookup216: frame_support::PalletId | ||
**/ | ||
FrameSupportPalletId: '[u8;8]', | ||
/** | ||
* Lookup216: pallet_treasury::pallet::Error<T, I> | ||
* Lookup217: pallet_treasury::pallet::Error<T, I> | ||
**/ | ||
@@ -1682,3 +1685,3 @@ PalletTreasuryError: { | ||
/** | ||
* Lookup218: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32> | ||
* Lookup219: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32> | ||
**/ | ||
@@ -1692,3 +1695,3 @@ PalletAuthorshipUncleEntryItem: { | ||
/** | ||
* Lookup220: pallet_authorship::pallet::Error<T> | ||
* Lookup221: pallet_authorship::pallet::Error<T> | ||
**/ | ||
@@ -1699,3 +1702,3 @@ PalletAuthorshipError: { | ||
/** | ||
* Lookup223: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
* Lookup224: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1707,3 +1710,3 @@ PalletCollatorSelectionCandidateInfo: { | ||
/** | ||
* Lookup225: pallet_collator_selection::pallet::Error<T> | ||
* Lookup226: pallet_collator_selection::pallet::Error<T> | ||
**/ | ||
@@ -1714,7 +1717,7 @@ PalletCollatorSelectionError: { | ||
/** | ||
* Lookup229: sp_core::crypto::KeyTypeId | ||
* Lookup230: sp_core::crypto::KeyTypeId | ||
**/ | ||
SpCoreCryptoKeyTypeId: '[u8;4]', | ||
/** | ||
* Lookup230: pallet_session::pallet::Error<T> | ||
* Lookup231: pallet_session::pallet::Error<T> | ||
**/ | ||
@@ -1725,3 +1728,3 @@ PalletSessionError: { | ||
/** | ||
* Lookup235: orml_vesting::module::Error<T> | ||
* Lookup236: orml_vesting::module::Error<T> | ||
**/ | ||
@@ -1732,10 +1735,10 @@ OrmlVestingModuleError: { | ||
/** | ||
* Lookup237: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
* Lookup238: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
**/ | ||
CommonPrimitivesMsaDelegation: { | ||
revokedAt: 'u32', | ||
schemaPermissions: 'BTreeMap<u16, Option<u32>>' | ||
schemaPermissions: 'BTreeMap<u16, u32>' | ||
}, | ||
/** | ||
* Lookup242: common_primitives::msa::ProviderRegistryEntry<T> | ||
* Lookup243: common_primitives::msa::ProviderRegistryEntry<T> | ||
**/ | ||
@@ -1746,9 +1749,9 @@ CommonPrimitivesMsaProviderRegistryEntry: { | ||
/** | ||
* Lookup245: pallet_msa::pallet::Error<T> | ||
* Lookup246: pallet_msa::pallet::Error<T> | ||
**/ | ||
PalletMsaError: { | ||
_enum: ['KeyAlreadyRegistered', 'MsaIdOverflow', 'AddKeySignatureVerificationFailed', 'NotMsaOwner', 'InvalidSignature', 'NotKeyOwner', 'NoKeyExists', 'KeyLimitExceeded', 'MoreThanOneKeyExists', 'RegisteredProviderCannotBeRetired', 'InvalidSelfRemoval', 'InvalidSelfProvider', 'InvalidSchemaId', 'DuplicateProvider', 'AddProviderSignatureVerificationFailed', 'UnauthorizedDelegator', 'UnauthorizedProvider', 'DelegationRevoked', 'DelegationNotFound', 'DelegationExpired', 'DuplicateProviderRegistryEntry', 'ExceedsMaxProviderNameSize', 'ExceedsMaxSchemaGrantsPerDelegation', 'SchemaNotGranted', 'ProviderNotRegistered', 'ProofHasExpired', 'ProofNotYetValid', 'SignatureAlreadySubmitted'] | ||
_enum: ['KeyAlreadyRegistered', 'MsaIdOverflow', 'AddKeySignatureVerificationFailed', 'NotMsaOwner', 'InvalidSignature', 'NotKeyOwner', 'NoKeyExists', 'KeyLimitExceeded', 'MoreThanOneKeyExists', 'RegisteredProviderCannotBeRetired', 'InvalidSelfRemoval', 'InvalidSelfProvider', 'InvalidSchemaId', 'DuplicateProvider', 'AddProviderSignatureVerificationFailed', 'UnauthorizedDelegator', 'UnauthorizedProvider', 'DelegationRevoked', 'DelegationNotFound', 'DuplicateProviderRegistryEntry', 'ExceedsMaxProviderNameSize', 'ExceedsMaxSchemaGrantsPerDelegation', 'SchemaNotGranted', 'ProviderNotRegistered', 'ProofHasExpired', 'ProofNotYetValid', 'SignatureAlreadySubmitted'] | ||
}, | ||
/** | ||
* Lookup248: pallet_messages::types::Message<MaxDataSize> | ||
* Lookup249: pallet_messages::types::Message<MaxDataSize> | ||
**/ | ||
@@ -1762,3 +1765,3 @@ PalletMessagesMessage: { | ||
/** | ||
* Lookup254: pallet_messages::pallet::Error<T> | ||
* Lookup255: pallet_messages::pallet::Error<T> | ||
**/ | ||
@@ -1769,3 +1772,3 @@ PalletMessagesError: { | ||
/** | ||
* Lookup255: pallet_schemas::types::Schema<MaxModelSize> | ||
* Lookup256: pallet_schemas::types::Schema<MaxModelSize> | ||
**/ | ||
@@ -1778,43 +1781,43 @@ PalletSchemasSchema: { | ||
/** | ||
* Lookup256: pallet_schemas::pallet::Error<T> | ||
* Lookup257: pallet_schemas::pallet::Error<T> | ||
**/ | ||
PalletSchemasError: { | ||
_enum: ['InvalidSchema', 'TooManySchemas', 'ExceedsMaxSchemaModelBytes', 'ExceedsGovernanceSchemaModelMaxValue', 'LessThanMinSchemaModelBytes', 'NoSuchSchema', 'StringConversionError', 'DeserializationError', 'SerializationError', 'SchemaCountOverflow'] | ||
_enum: ['InvalidSchema', 'ExceedsMaxSchemaModelBytes', 'ExceedsGovernanceSchemaModelMaxValue', 'LessThanMinSchemaModelBytes', 'NoSuchSchema', 'StringConversionError', 'DeserializationError', 'SerializationError', 'SchemaCountOverflow'] | ||
}, | ||
/** | ||
* Lookup259: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T> | ||
* Lookup260: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T> | ||
**/ | ||
FrameSystemExtensionsCheckNonZeroSender: 'Null', | ||
/** | ||
* Lookup260: frame_system::extensions::check_spec_version::CheckSpecVersion<T> | ||
* Lookup261: frame_system::extensions::check_spec_version::CheckSpecVersion<T> | ||
**/ | ||
FrameSystemExtensionsCheckSpecVersion: 'Null', | ||
/** | ||
* Lookup261: frame_system::extensions::check_tx_version::CheckTxVersion<T> | ||
* Lookup262: frame_system::extensions::check_tx_version::CheckTxVersion<T> | ||
**/ | ||
FrameSystemExtensionsCheckTxVersion: 'Null', | ||
/** | ||
* Lookup262: frame_system::extensions::check_genesis::CheckGenesis<T> | ||
* Lookup263: frame_system::extensions::check_genesis::CheckGenesis<T> | ||
**/ | ||
FrameSystemExtensionsCheckGenesis: 'Null', | ||
/** | ||
* Lookup265: common_runtime::extensions::check_nonce::CheckNonce<T> | ||
* Lookup266: common_runtime::extensions::check_nonce::CheckNonce<T> | ||
**/ | ||
CommonRuntimeExtensionsCheckNonce: 'Compact<u32>', | ||
/** | ||
* Lookup266: frame_system::extensions::check_weight::CheckWeight<T> | ||
* Lookup267: frame_system::extensions::check_weight::CheckWeight<T> | ||
**/ | ||
FrameSystemExtensionsCheckWeight: 'Null', | ||
/** | ||
* Lookup267: pallet_transaction_payment::ChargeTransactionPayment<T> | ||
* Lookup268: pallet_transaction_payment::ChargeTransactionPayment<T> | ||
**/ | ||
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>', | ||
/** | ||
* Lookup268: pallet_msa::CheckFreeExtrinsicUse<T> | ||
* Lookup269: pallet_msa::CheckFreeExtrinsicUse<T> | ||
**/ | ||
PalletMsaCheckFreeExtrinsicUse: 'Null', | ||
/** | ||
* Lookup269: frequency_runtime::Runtime | ||
* Lookup270: frequency_runtime::Runtime | ||
**/ | ||
FrequencyRuntimeRuntime: 'Null' | ||
}; |
{ | ||
"name": "@frequency-chain/api-augment", | ||
"version": "0.0.0-ba3528", | ||
"version": "0.0.0-c8991d", | ||
"bugs": { | ||
@@ -17,6 +17,6 @@ "url": "https://github.com/LibertyDSNP/frequency/issues" | ||
"devDependencies": { | ||
"@polkadot/api": "^9.4.3", | ||
"@polkadot/rpc-provider": "^9.4.3", | ||
"@polkadot/typegen": "^9.4.3", | ||
"@polkadot/types": "^9.4.3", | ||
"@polkadot/api": "^9.6.1", | ||
"@polkadot/rpc-provider": "^9.6.1", | ||
"@polkadot/typegen": "^9.6.1", | ||
"@polkadot/types": "^9.6.1", | ||
"@types/mocha": "^9.1.1", | ||
@@ -23,0 +23,0 @@ "@typescript-eslint/eslint-plugin": "^5.36.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
539095
12551
35