Name | Lookup | Parameters | |
|---|---|---|---|
| add_confirmation | 5c02 | 4 | |
| add_eth_tx_hash | 5c03 | 4 | |
| add_corroboration | 5c04 | 5 | |
| submit_ethereum_events | 5c06 | 3 | |
| submit_latest_ethereum_block | 5c07 | 3 | |
| set_admin_setting | 5c08 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| PublishToEthereum | 5c00 | ["EthereumId","Bytes","Vec<(Vec<u8>, Vec<u8>)>","Bytes"] | |
| LowerProofRequested | 5c01 | ["LowerId","LowerParams","Bytes"] | |
| EthTxIdUpdated | 5c02 | ["EthereumId"] | |
| EthTxLifetimeUpdated | 5c03 | ["u64"] | |
| CorroborationOffenceReported | 5c04 | ["EthBridgeOffenceType","Vec<IdentificationTuple>"] | |
| ActiveRequestRemoved | 5c05 | ["EthereumId"] | |
| ActiveRequestRetried | 5c06 | ["BoundedVec<u8, FunctionLimit>","BoundedVec<(BoundedVec<u8, TypeLimit>, BoundedVec<u8, ValueLimit>), ParamsLimit>","BoundedVec<u8, CallerIdLimit>"] | |
| EventAccepted | 5c07 | ["EthEventId"] | |
| EventRejected | 5c08 | ["EthEventId","DispatchError"] | |
| EventMigrated | 5c09 | ["EthEventId","bool"] | |
| AdditionalEventQueued | 5c0a | ["EthTransactionId"] |
Name | Type | |
|---|---|---|
| NextTxId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| EthTxLifetimeSecs | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| RequestQueue | {"origin":"PlainType","plain_type":"Vec<pallet_eth_bridge:types:Request>","PlainTypeValue":535} | |
| SettledTransactions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_eth_bridge:types:TransactionData","keys_id":4,"value_id":540}} | |
| ActiveRequest | {"origin":"PlainType","plain_type":"pallet_eth_bridge:types:ActiveRequestData","PlainTypeValue":541} | |
| ActiveEthereumRange | {"origin":"PlainType","plain_type":"pallet_eth_bridge:types:ActiveEthRange","PlainTypeValue":547} | |
| EthereumEvents | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["sp_avn_common:event_discovery:EthereumEventsPartition"],"value":"Vec<AccountId>","keys_id":438,"value_id":554}} | |
| SubmittedEthBlocks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<AccountId>","keys_id":4,"value_id":554}} | |
| EthBlockRangeSize | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| ProcessedEthereumEvents | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"sp_avn_common:event_types:EthProcessedEvent","keys_id":12,"value_id":555}} | |
| AdditionalEthereumEventsQueue | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":552} | |
| Instance | {"origin":"PlainType","plain_type":"sp_avn_common:eth:EthBridgeInstance","PlainTypeValue":457} |
Name | Type | Value | |
|---|---|---|---|
| MaxQueuedTxRequests | U32 | 64000000 | |
| MinEthBlockConfirmation | U64 | 1400000000000000 |
Name | Docs |
|---|---|
| CorroborateCallFailed | |
| DuplicateConfirmation | |
| DuplicateEventSubmission | |
| EmptyFunctionName | |
| ErrorAssigningSender | |
| EthTxHashAlreadySet | |
| EthTxHashMustBeSetBySender | |
| ExceedsConfirmationLimit | |
| ExceedsCorroborationLimit | |
| ExceedsFunctionNameLimit | |
| EventAlreadyProcessed | |
| EventNotProcessed | |
| FunctionEncodingError | |
| FunctionNameError | |
| HandlePublishingResultFailed | |
| InvalidBytes | |
| InvalidBytesLength | |
| InvalidQueryResponseFromEthereum | |
| InvalidCorroborateCalldata | |
| InvalidCorroborateResult | |
| InvalidECDSASignature | |
| InvalidHashLength | |
| InvalidHexString | |
| InvalidParamData | |
| InvalidSendCalldata | |
| InvalidUint | |
| InvalidAccountId | |
| InvalidUTF8 | |
| MsgHashError | |
| ParamsLimitExceeded | |
| ParamTypeEncodingError | |
| SendTransactionFailed | |
| TxRequestQueueFull | |
| TypeNameLengthExceeded | |
| ValueLengthExceeded | |
| ErrorGettingEthereumCallData | |
| InvalidSendRequest | |
| LowerParamsError | |
| CallerIdLengthExceeded | |
| NoActiveRequest | |
| CannotCorroborateOwnTransaction | |
| EventVotesFull | |
| InvalidEventVote | |
| EventVoteExists | |
| NonActiveEthereumRange | |
| VotingEnded | |
| ValidatorNotFound | |
| InvalidEthereumBlockRange | |
| ErrorGettingFinalisedEthereumBlock | |
| InvalidResponse | |
| ErrorDecodingU32 | |
| EventBelongsInFutureRange | |
| QuotaReachedForAdditionalEvents | |
| EventAlreadyAccepted | |
| InvalidInstance |