Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
Loading...
Searching...
No Matches
M8B\EtherBinder\Common\LegacyTransaction Member List

This is the complete list of members for M8B\EtherBinder\Common\LegacyTransaction, including all inherited members.

$chainId (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$dataBin (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$gas (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$gasPrice (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$nonce (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$r (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$s (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$signed (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$to (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$v (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
$value (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
__construct() (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transaction
blanksFromRPCArr(array $rpcArr) (defined in M8B\EtherBinder\Common\LegacyTransaction)M8B\EtherBinder\Common\LegacyTransactionprotected
calculateV(OOGmp $recovery)M8B\EtherBinder\Common\Transaction
dataBin()M8B\EtherBinder\Common\Transaction
dataHex()M8B\EtherBinder\Common\Transaction
decodeBin(string $rlp)M8B\EtherBinder\Common\Transactionstatic
decodeHex(string $rlp)M8B\EtherBinder\Common\Transactionstatic
deployAddress()M8B\EtherBinder\Common\Transaction
ecRecover()M8B\EtherBinder\Common\LegacyTransaction
encodeBin()M8B\EtherBinder\Common\LegacyTransaction
encodeBinForSigning(?int $chainId)M8B\EtherBinder\Common\LegacyTransaction
encodeHex()M8B\EtherBinder\Common\Transaction
encodeHexForSigning(?int $chainId)M8B\EtherBinder\Common\Transaction
fromBin(string $bin)M8B\EtherBinder\Common\Transactionstatic
fromHex(string $hex)M8B\EtherBinder\Common\Transactionstatic
fromRPCArr(array $rpcArr)M8B\EtherBinder\Common\Transactionstatic
gasLimit()M8B\EtherBinder\Common\Transaction
getSigningHash(?int $chainId)M8B\EtherBinder\Common\Transaction
hash()M8B\EtherBinder\Common\Transaction
isReplayProtected()M8B\EtherBinder\Common\LegacyTransaction
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
setDataBin(string $dataBin)M8B\EtherBinder\Common\Transaction
setDataHex(string $dataHex)M8B\EtherBinder\Common\Transaction
setGasLimit(int $gasLimit)M8B\EtherBinder\Common\Transaction
setGasPrice(OOGmp $gasPrice)M8B\EtherBinder\Common\LegacyTransaction
setGasPriceOrBaseFee(OOGmp $fee) (defined in M8B\EtherBinder\Common\Transaction)M8B\EtherBinder\Common\Transactionprotected
setInnerFromRLPValues(array $rlpValues)M8B\EtherBinder\Common\LegacyTransactionprotected
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\Transaction
transactionType()M8B\EtherBinder\Common\LegacyTransaction
useRpcEstimates(AbstractRPC $rpc, Address $from)M8B\EtherBinder\Common\Transaction
useRpcEstimatesWithBump(AbstractRPC $rpc, ?Address $from, int $bumpGasPercentage, int $bumpFeePercentage)M8B\EtherBinder\Common\LegacyTransaction
v()M8B\EtherBinder\Common\Transaction
value()M8B\EtherBinder\Common\Transaction
valueFmt(int $finalDecimals, int|string|EtherFormats $format=EtherFormats::ETHER)M8B\EtherBinder\Common\Transaction