@frequency-chain/api-augment
Advanced tools
Comparing version 0.0.0-2bce49 to 0.0.0-31a4d3
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 | ||
**/ | ||
@@ -414,0 +414,0 @@ ProofHasExpired: AugmentedError<ApiType>; |
@@ -349,2 +349,9 @@ import '@polkadot/api-base/types/events'; | ||
/** | ||
* 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 | ||
@@ -351,0 +358,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; |
@@ -604,2 +604,6 @@ declare const _default: { | ||
}; | ||
DelegationUpdated: { | ||
provider: string; | ||
delegator: string; | ||
}; | ||
}; | ||
@@ -1353,2 +1357,10 @@ }; | ||
}; | ||
grant_schema_permissions: { | ||
provider: string; | ||
schemaIds: string; | ||
}; | ||
revoke_schema_permissions: { | ||
providerMsaId: string; | ||
schemaIds: string; | ||
}; | ||
retire_msa: string; | ||
@@ -1412,3 +1424,3 @@ }; | ||
/** | ||
* Lookup164: pallet_schemas::pallet::Call<T> | ||
* Lookup165: pallet_schemas::pallet::Call<T> | ||
**/ | ||
@@ -1428,3 +1440,3 @@ PalletSchemasCall: { | ||
/** | ||
* Lookup166: common_primitives::schema::ModelType | ||
* Lookup167: common_primitives::schema::ModelType | ||
**/ | ||
@@ -1435,3 +1447,3 @@ CommonPrimitivesSchemaModelType: { | ||
/** | ||
* Lookup167: common_primitives::schema::PayloadLocation | ||
* Lookup168: common_primitives::schema::PayloadLocation | ||
**/ | ||
@@ -1442,3 +1454,3 @@ CommonPrimitivesSchemaPayloadLocation: { | ||
/** | ||
* Lookup168: pallet_sudo::pallet::Error<T> | ||
* Lookup169: pallet_sudo::pallet::Error<T> | ||
**/ | ||
@@ -1449,3 +1461,3 @@ PalletSudoError: { | ||
/** | ||
* Lookup169: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
* Lookup170: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1459,3 +1471,3 @@ PalletPreimageRequestStatus: { | ||
/** | ||
* Lookup173: pallet_preimage::pallet::Error<T> | ||
* Lookup174: pallet_preimage::pallet::Error<T> | ||
**/ | ||
@@ -1466,3 +1478,3 @@ PalletPreimageError: { | ||
/** | ||
* Lookup177: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
* Lookup178: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
**/ | ||
@@ -1482,3 +1494,3 @@ PalletDemocracyPreimageStatus: { | ||
/** | ||
* Lookup178: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup179: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1495,3 +1507,3 @@ PalletDemocracyReferendumInfo: { | ||
/** | ||
* Lookup179: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup180: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1506,3 +1518,3 @@ PalletDemocracyReferendumStatus: { | ||
/** | ||
* Lookup180: pallet_democracy::types::Tally<Balance> | ||
* Lookup181: pallet_democracy::types::Tally<Balance> | ||
**/ | ||
@@ -1515,3 +1527,3 @@ PalletDemocracyTally: { | ||
/** | ||
* Lookup181: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup182: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1535,3 +1547,3 @@ PalletDemocracyVoteVoting: { | ||
/** | ||
* Lookup184: pallet_democracy::types::Delegations<Balance> | ||
* Lookup185: pallet_democracy::types::Delegations<Balance> | ||
**/ | ||
@@ -1543,7 +1555,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 | ||
**/ | ||
@@ -1554,3 +1566,3 @@ PalletDemocracyReleases: { | ||
/** | ||
* Lookup189: pallet_democracy::pallet::Error<T> | ||
* Lookup190: pallet_democracy::pallet::Error<T> | ||
**/ | ||
@@ -1561,3 +1573,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> | ||
**/ | ||
@@ -1572,3 +1584,3 @@ PalletSchedulerScheduledV3: { | ||
/** | ||
* Lookup193: pallet_scheduler::pallet::Error<T> | ||
* Lookup194: pallet_scheduler::pallet::Error<T> | ||
**/ | ||
@@ -1579,3 +1591,3 @@ PalletSchedulerError: { | ||
/** | ||
* Lookup194: pallet_utility::pallet::Error<T> | ||
* Lookup195: pallet_utility::pallet::Error<T> | ||
**/ | ||
@@ -1586,3 +1598,3 @@ PalletUtilityError: { | ||
/** | ||
* Lookup196: pallet_balances::BalanceLock<Balance> | ||
* Lookup197: pallet_balances::BalanceLock<Balance> | ||
**/ | ||
@@ -1595,3 +1607,3 @@ PalletBalancesBalanceLock: { | ||
/** | ||
* Lookup197: pallet_balances::Reasons | ||
* Lookup198: pallet_balances::Reasons | ||
**/ | ||
@@ -1602,3 +1614,3 @@ PalletBalancesReasons: { | ||
/** | ||
* Lookup200: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
* Lookup201: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
**/ | ||
@@ -1610,3 +1622,3 @@ PalletBalancesReserveData: { | ||
/** | ||
* Lookup202: pallet_balances::Releases | ||
* Lookup203: pallet_balances::Releases | ||
**/ | ||
@@ -1617,3 +1629,3 @@ PalletBalancesReleases: { | ||
/** | ||
* Lookup203: pallet_balances::pallet::Error<T, I> | ||
* Lookup204: pallet_balances::pallet::Error<T, I> | ||
**/ | ||
@@ -1624,3 +1636,3 @@ PalletBalancesError: { | ||
/** | ||
* Lookup205: pallet_transaction_payment::Releases | ||
* Lookup206: pallet_transaction_payment::Releases | ||
**/ | ||
@@ -1631,3 +1643,3 @@ PalletTransactionPaymentReleases: { | ||
/** | ||
* Lookup207: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1642,3 +1654,3 @@ PalletCollectiveVotes: { | ||
/** | ||
* Lookup208: pallet_collective::pallet::Error<T, I> | ||
* Lookup209: pallet_collective::pallet::Error<T, I> | ||
**/ | ||
@@ -1649,3 +1661,3 @@ PalletCollectiveError: { | ||
/** | ||
* Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
* Lookup211: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1659,7 +1671,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> | ||
**/ | ||
@@ -1670,3 +1682,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> | ||
**/ | ||
@@ -1680,3 +1692,3 @@ PalletAuthorshipUncleEntryItem: { | ||
/** | ||
* Lookup220: pallet_authorship::pallet::Error<T> | ||
* Lookup221: pallet_authorship::pallet::Error<T> | ||
**/ | ||
@@ -1687,3 +1699,3 @@ PalletAuthorshipError: { | ||
/** | ||
* Lookup223: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
* Lookup224: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1695,3 +1707,3 @@ PalletCollatorSelectionCandidateInfo: { | ||
/** | ||
* Lookup225: pallet_collator_selection::pallet::Error<T> | ||
* Lookup226: pallet_collator_selection::pallet::Error<T> | ||
**/ | ||
@@ -1702,7 +1714,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> | ||
**/ | ||
@@ -1713,3 +1725,3 @@ PalletSessionError: { | ||
/** | ||
* Lookup235: orml_vesting::module::Error<T> | ||
* Lookup236: orml_vesting::module::Error<T> | ||
**/ | ||
@@ -1720,3 +1732,3 @@ OrmlVestingModuleError: { | ||
/** | ||
* Lookup237: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
* Lookup238: common_primitives::msa::Delegation<SchemaId, BlockNumber, MaxSchemaGrantsPerDelegation> | ||
**/ | ||
@@ -1728,3 +1740,3 @@ CommonPrimitivesMsaDelegation: { | ||
/** | ||
* Lookup242: common_primitives::msa::ProviderRegistryEntry<T> | ||
* Lookup243: common_primitives::msa::ProviderRegistryEntry<T> | ||
**/ | ||
@@ -1735,3 +1747,3 @@ CommonPrimitivesMsaProviderRegistryEntry: { | ||
/** | ||
* Lookup245: pallet_msa::pallet::Error<T> | ||
* Lookup246: pallet_msa::pallet::Error<T> | ||
**/ | ||
@@ -1742,3 +1754,3 @@ PalletMsaError: { | ||
/** | ||
* Lookup248: pallet_messages::types::Message<MaxDataSize> | ||
* Lookup249: pallet_messages::types::Message<MaxDataSize> | ||
**/ | ||
@@ -1752,3 +1764,3 @@ PalletMessagesMessage: { | ||
/** | ||
* Lookup254: pallet_messages::pallet::Error<T> | ||
* Lookup255: pallet_messages::pallet::Error<T> | ||
**/ | ||
@@ -1759,3 +1771,3 @@ PalletMessagesError: { | ||
/** | ||
* Lookup255: pallet_schemas::types::Schema<MaxModelSize> | ||
* Lookup256: pallet_schemas::types::Schema<MaxModelSize> | ||
**/ | ||
@@ -1768,3 +1780,3 @@ PalletSchemasSchema: { | ||
/** | ||
* Lookup256: pallet_schemas::pallet::Error<T> | ||
* Lookup257: pallet_schemas::pallet::Error<T> | ||
**/ | ||
@@ -1775,35 +1787,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 | ||
**/ | ||
@@ -1810,0 +1822,0 @@ FrequencyRuntimeRuntime: string; |
@@ -605,3 +605,7 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit | ||
MsaRetired: { | ||
msaId: 'u64' | ||
msaId: 'u64', | ||
}, | ||
DelegationUpdated: { | ||
provider: 'u64', | ||
delegator: 'u64' | ||
} | ||
@@ -1341,3 +1345,3 @@ } | ||
revoke_delegation_by_delegator: { | ||
providerMsaId: 'u64', | ||
providerMsaId: 'Compact<u64>', | ||
}, | ||
@@ -1355,4 +1359,12 @@ add_public_key_to_msa: { | ||
revoke_delegation_by_provider: { | ||
delegator: 'u64', | ||
delegator: 'Compact<u64>', | ||
}, | ||
grant_schema_permissions: { | ||
provider: 'u64', | ||
schemaIds: 'Vec<u16>', | ||
}, | ||
revoke_schema_permissions: { | ||
providerMsaId: 'u64', | ||
schemaIds: 'Vec<u16>', | ||
}, | ||
retire_msa: 'Null' | ||
@@ -1404,9 +1416,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' | ||
@@ -1417,3 +1429,3 @@ } | ||
/** | ||
* Lookup164: pallet_schemas::pallet::Call<T> | ||
* Lookup165: pallet_schemas::pallet::Call<T> | ||
**/ | ||
@@ -1428,3 +1440,3 @@ PalletSchemasCall: { | ||
set_max_schema_model_bytes: { | ||
maxSize: 'u32' | ||
maxSize: 'Compact<u32>' | ||
} | ||
@@ -1434,3 +1446,3 @@ } | ||
/** | ||
* Lookup166: common_primitives::schema::ModelType | ||
* Lookup167: common_primitives::schema::ModelType | ||
**/ | ||
@@ -1441,3 +1453,3 @@ CommonPrimitivesSchemaModelType: { | ||
/** | ||
* Lookup167: common_primitives::schema::PayloadLocation | ||
* Lookup168: common_primitives::schema::PayloadLocation | ||
**/ | ||
@@ -1448,3 +1460,3 @@ CommonPrimitivesSchemaPayloadLocation: { | ||
/** | ||
* Lookup168: pallet_sudo::pallet::Error<T> | ||
* Lookup169: pallet_sudo::pallet::Error<T> | ||
**/ | ||
@@ -1455,3 +1467,3 @@ PalletSudoError: { | ||
/** | ||
* Lookup169: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
* Lookup170: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1465,3 +1477,3 @@ PalletPreimageRequestStatus: { | ||
/** | ||
* Lookup173: pallet_preimage::pallet::Error<T> | ||
* Lookup174: pallet_preimage::pallet::Error<T> | ||
**/ | ||
@@ -1472,3 +1484,3 @@ PalletPreimageError: { | ||
/** | ||
* Lookup177: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
* Lookup178: pallet_democracy::PreimageStatus<sp_core::crypto::AccountId32, Balance, BlockNumber> | ||
**/ | ||
@@ -1488,3 +1500,3 @@ PalletDemocracyPreimageStatus: { | ||
/** | ||
* Lookup178: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup179: pallet_democracy::types::ReferendumInfo<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1501,3 +1513,3 @@ PalletDemocracyReferendumInfo: { | ||
/** | ||
* Lookup179: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
* Lookup180: pallet_democracy::types::ReferendumStatus<BlockNumber, primitive_types::H256, Balance> | ||
**/ | ||
@@ -1512,3 +1524,3 @@ PalletDemocracyReferendumStatus: { | ||
/** | ||
* Lookup180: pallet_democracy::types::Tally<Balance> | ||
* Lookup181: pallet_democracy::types::Tally<Balance> | ||
**/ | ||
@@ -1521,3 +1533,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 +1553,3 @@ PalletDemocracyVoteVoting: { | ||
/** | ||
* Lookup184: pallet_democracy::types::Delegations<Balance> | ||
* Lookup185: pallet_democracy::types::Delegations<Balance> | ||
**/ | ||
@@ -1549,7 +1561,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 | ||
**/ | ||
@@ -1560,3 +1572,3 @@ PalletDemocracyReleases: { | ||
/** | ||
* Lookup189: pallet_democracy::pallet::Error<T> | ||
* Lookup190: pallet_democracy::pallet::Error<T> | ||
**/ | ||
@@ -1567,3 +1579,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 +1590,3 @@ PalletSchedulerScheduledV3: { | ||
/** | ||
* Lookup193: pallet_scheduler::pallet::Error<T> | ||
* Lookup194: pallet_scheduler::pallet::Error<T> | ||
**/ | ||
@@ -1585,3 +1597,3 @@ PalletSchedulerError: { | ||
/** | ||
* Lookup194: pallet_utility::pallet::Error<T> | ||
* Lookup195: pallet_utility::pallet::Error<T> | ||
**/ | ||
@@ -1592,3 +1604,3 @@ PalletUtilityError: { | ||
/** | ||
* Lookup196: pallet_balances::BalanceLock<Balance> | ||
* Lookup197: pallet_balances::BalanceLock<Balance> | ||
**/ | ||
@@ -1601,3 +1613,3 @@ PalletBalancesBalanceLock: { | ||
/** | ||
* Lookup197: pallet_balances::Reasons | ||
* Lookup198: pallet_balances::Reasons | ||
**/ | ||
@@ -1608,3 +1620,3 @@ PalletBalancesReasons: { | ||
/** | ||
* Lookup200: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
* Lookup201: pallet_balances::ReserveData<ReserveIdentifier, Balance> | ||
**/ | ||
@@ -1616,3 +1628,3 @@ PalletBalancesReserveData: { | ||
/** | ||
* Lookup202: pallet_balances::Releases | ||
* Lookup203: pallet_balances::Releases | ||
**/ | ||
@@ -1623,3 +1635,3 @@ PalletBalancesReleases: { | ||
/** | ||
* Lookup203: pallet_balances::pallet::Error<T, I> | ||
* Lookup204: pallet_balances::pallet::Error<T, I> | ||
**/ | ||
@@ -1630,3 +1642,3 @@ PalletBalancesError: { | ||
/** | ||
* Lookup205: pallet_transaction_payment::Releases | ||
* Lookup206: pallet_transaction_payment::Releases | ||
**/ | ||
@@ -1637,3 +1649,3 @@ PalletTransactionPaymentReleases: { | ||
/** | ||
* Lookup207: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
* Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber> | ||
**/ | ||
@@ -1648,3 +1660,3 @@ PalletCollectiveVotes: { | ||
/** | ||
* Lookup208: pallet_collective::pallet::Error<T, I> | ||
* Lookup209: pallet_collective::pallet::Error<T, I> | ||
**/ | ||
@@ -1655,3 +1667,3 @@ PalletCollectiveError: { | ||
/** | ||
* Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
* Lookup211: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance> | ||
**/ | ||
@@ -1665,7 +1677,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> | ||
**/ | ||
@@ -1676,3 +1688,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 +1698,3 @@ PalletAuthorshipUncleEntryItem: { | ||
/** | ||
* Lookup220: pallet_authorship::pallet::Error<T> | ||
* Lookup221: pallet_authorship::pallet::Error<T> | ||
**/ | ||
@@ -1693,3 +1705,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 +1713,3 @@ PalletCollatorSelectionCandidateInfo: { | ||
/** | ||
* Lookup225: pallet_collator_selection::pallet::Error<T> | ||
* Lookup226: pallet_collator_selection::pallet::Error<T> | ||
**/ | ||
@@ -1708,7 +1720,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> | ||
**/ | ||
@@ -1719,3 +1731,3 @@ PalletSessionError: { | ||
/** | ||
* Lookup235: orml_vesting::module::Error<T> | ||
* Lookup236: orml_vesting::module::Error<T> | ||
**/ | ||
@@ -1726,10 +1738,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> | ||
**/ | ||
@@ -1740,9 +1752,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> | ||
**/ | ||
@@ -1756,3 +1768,3 @@ PalletMessagesMessage: { | ||
/** | ||
* Lookup254: pallet_messages::pallet::Error<T> | ||
* Lookup255: pallet_messages::pallet::Error<T> | ||
**/ | ||
@@ -1763,3 +1775,3 @@ PalletMessagesError: { | ||
/** | ||
* Lookup255: pallet_schemas::types::Schema<MaxModelSize> | ||
* Lookup256: pallet_schemas::types::Schema<MaxModelSize> | ||
**/ | ||
@@ -1772,3 +1784,3 @@ PalletSchemasSchema: { | ||
/** | ||
* Lookup256: pallet_schemas::pallet::Error<T> | ||
* Lookup257: pallet_schemas::pallet::Error<T> | ||
**/ | ||
@@ -1779,37 +1791,37 @@ PalletSchemasError: { | ||
/** | ||
* 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-2bce49", | ||
"version": "0.0.0-31a4d3", | ||
"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
540471
12576