$accessList (defined in M8B\EtherBinder\Common\LondonTransaction) | M8B\EtherBinder\Common\LondonTransaction | protected |
$blobVersionedHashes (defined in M8B\EtherBinder\Common\CancunTransaction) | M8B\EtherBinder\Common\CancunTransaction | protected |
$chainId (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$dataBin (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$gas (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$gasFeeTip (defined in M8B\EtherBinder\Common\LondonTransaction) | M8B\EtherBinder\Common\LondonTransaction | protected |
$gasPrice (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$maxFeePerBlobGas (defined in M8B\EtherBinder\Common\CancunTransaction) | M8B\EtherBinder\Common\CancunTransaction | protected |
$nonce (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$r (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$s (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$signed (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$to (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$v (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
$value (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
__construct() (defined in M8B\EtherBinder\Common\CancunTransaction) | M8B\EtherBinder\Common\CancunTransaction | |
accessList() | M8B\EtherBinder\Common\LondonTransaction | |
addVersionedHash(Hash $hash) | M8B\EtherBinder\Common\CancunTransaction | |
blanksFromRPCArr(array $rpcArr) | M8B\EtherBinder\Common\CancunTransaction | protected |
calculateV(OOGmp $recovery) | M8B\EtherBinder\Common\LondonTransaction | |
chainId() | M8B\EtherBinder\Common\LondonTransaction | |
dataBin() | M8B\EtherBinder\Common\Transaction | |
dataHex() | M8B\EtherBinder\Common\Transaction | |
decodeBin(string $rlp) | M8B\EtherBinder\Common\Transaction | static |
decodeHex(string $rlp) | M8B\EtherBinder\Common\Transaction | static |
deployAddress() | M8B\EtherBinder\Common\Transaction | |
ecRecover() | M8B\EtherBinder\Common\LondonTransaction | |
encodeBin() | M8B\EtherBinder\Common\LondonTransaction | |
encodeBinForSigning(?int $chainId) | M8B\EtherBinder\Common\LondonTransaction | |
encodeHex() | M8B\EtherBinder\Common\Transaction | |
encodeHexForSigning(?int $chainId) | M8B\EtherBinder\Common\Transaction | |
fromBin(string $bin) | M8B\EtherBinder\Common\Transaction | static |
fromHex(string $hex) | M8B\EtherBinder\Common\Transaction | static |
fromRPCArr(array $rpcArr) | M8B\EtherBinder\Common\Transaction | static |
gasLimit() | M8B\EtherBinder\Common\Transaction | |
getBaseFeeCap() | M8B\EtherBinder\Common\LondonTransaction | |
getGasFeeTip() | M8B\EtherBinder\Common\LondonTransaction | |
getMaxFeePerBlobGas() | M8B\EtherBinder\Common\CancunTransaction | |
getSigningHash(?int $chainId) | M8B\EtherBinder\Common\Transaction | |
hash() | M8B\EtherBinder\Common\Transaction | |
internalEncodeBin(bool $signing, ?int $signingChainID) | M8B\EtherBinder\Common\CancunTransaction | protected |
isSigned() | M8B\EtherBinder\Common\Transaction | |
nonce() | M8B\EtherBinder\Common\Transaction | |
nonceFromRPC(Address $from, AbstractRPC $rpc) | M8B\EtherBinder\Common\Transaction | |
r() | M8B\EtherBinder\Common\Transaction | |
s() | M8B\EtherBinder\Common\Transaction | |
setAccessList(array $accessList) | M8B\EtherBinder\Common\LondonTransaction | |
setBaseFeeCap(OOGmp $fee) | M8B\EtherBinder\Common\LondonTransaction | |
setChainId(int $chainId) | M8B\EtherBinder\Common\LondonTransaction | |
setDataBin(string $dataBin) | M8B\EtherBinder\Common\Transaction | |
setDataHex(string $dataHex) | M8B\EtherBinder\Common\Transaction | |
setGasFeeTip(OOGmp $gasFeeTip) | M8B\EtherBinder\Common\LondonTransaction | |
setGasLimit(int $gasLimit) | M8B\EtherBinder\Common\Transaction | |
setGasPriceOrBaseFee(OOGmp $fee) (defined in M8B\EtherBinder\Common\Transaction) | M8B\EtherBinder\Common\Transaction | protected |
setInnerFromRLPValues(array $rlpValues) | M8B\EtherBinder\Common\CancunTransaction | protected |
setMaxFeePerBlobGas(OOGmp $maxFeePerBlobGas) | M8B\EtherBinder\Common\CancunTransaction | |
setNonce(int $nonce) | M8B\EtherBinder\Common\Transaction | |
setSignature(Signature $s) | M8B\EtherBinder\Common\Transaction | |
setTo(?Address $address) | M8B\EtherBinder\Common\Transaction | |
setValue(OOGmp $valueWEI) | M8B\EtherBinder\Common\Transaction | |
setValueFmt(float|int|string|OOGmp $human, int|string|EtherFormats $format=EtherFormats::ETHER) | M8B\EtherBinder\Common\Transaction | |
sign(Key $key, ?int $chainId) | M8B\EtherBinder\Common\Transaction | |
signature() | M8B\EtherBinder\Common\Transaction | |
to() | M8B\EtherBinder\Common\Transaction | |
toBin() | M8B\EtherBinder\Common\Transaction | |
toHex() | M8B\EtherBinder\Common\Transaction | |
totalGasPrice() | M8B\EtherBinder\Common\LondonTransaction | |
transactionType() | M8B\EtherBinder\Common\CancunTransaction | |
useRpcEstimates(AbstractRPC $rpc, Address $from) | M8B\EtherBinder\Common\Transaction | |
useRpcEstimatesWithBump(AbstractRPC $rpc, ?Address $from, int $bumpGasPercentage, int $bumpFeePercentage) | M8B\EtherBinder\Common\LondonTransaction | |
v() | M8B\EtherBinder\Common\Transaction | |
value() | M8B\EtherBinder\Common\Transaction | |
valueFmt(int $finalDecimals, int|string|EtherFormats $format=EtherFormats::ETHER) | M8B\EtherBinder\Common\Transaction | |
versionedHashes() | M8B\EtherBinder\Common\CancunTransaction | |