Runtime Pallets
Ethereum
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
api.tx.ethereum.transact
function transact(
transaction: EthereumTransactionTransactionV2
)
api.query.ethereum.blockHash
function blockHash(
U256
): H256
api.query.ethereum.currentBlock
function currentBlock(
): Option<EthereumBlock>
api.query.ethereum.currentReceipts
function currentReceipts(
): Option<Vec<EthereumReceiptReceiptV3>>
api.query.ethereum.currentTransactionStatuses
function currentTransactionStatuses(
): Option<Vec<FpRpcTransactionStatus>>
api.query.ethereum.pending
function pending(
): Vec<(EthereumTransactionTransactionV2,FpRpcTransactionStatus,EthereumReceiptReceiptV3)>
api.events.ethereum.Executed
type Executed = {
from: H160,
to: H160,
transaction_hash: H256,
exit_reason: EvmCoreErrorExitReason
}
api.errors.ethereum.BalanceLow
api.errors.ethereum.GasLimitTooHigh
api.errors.ethereum.GasLimitTooLow
api.errors.ethereum.GasPriceTooLow
api.errors.ethereum.InvalidNonce
api.errors.ethereum.InvalidSignature
api.errors.ethereum.PreLogExists
api.errors.ethereum.Undefined
Was this page helpful?