Table of Contents
-
$block
: string
-
$blockHash
: string
-
$callInfo
: ContractCallInfo|null
-
$contractAddress
: string|null
-
$cumulativeGasUsed
: string|null
-
$data
: string
-
$from
: string
-
$gas
: string
-
$gasPrice
: string
-
$gasUsed
: string|null
-
$hash
: string|null
-
$logs
: array<string|int, mixed>|null
-
$logsBloom
: string|null
-
$nonce
: string
-
$r
: string
-
$s
: string
-
$status
: bool|null
-
$to
: string
-
$transactionIndex
: string|null
-
$type
: string|null
-
$v
: string
-
$value
: string
-
mapFrom()
: array<string|int, mixed>
-
toArray()
: array<string|int, mixed>
-
toJson()
: string
-
toObject()
: object
$block
public
string
$block
$blockHash
public
string
$blockHash
$callInfo
public
ContractCallInfo|null
$callInfo
$contractAddress
public
string|null
$contractAddress
$cumulativeGasUsed
public
string|null
$cumulativeGasUsed
$data
public
string
$data
$from
public
string
$from
$gas
public
string
$gas
$gasPrice
public
string
$gasPrice
$gasUsed
public
string|null
$gasUsed
$hash
public
string|null
$hash
$logs
public
array<string|int, mixed>|null
$logs
$logsBloom
public
string|null
$logsBloom
$nonce
public
string
$nonce
$r
public
string
$r
$s
public
string
$s
$status
public
bool|null
$status
$to
public
string
$to
$transactionIndex
public
string|null
$transactionIndex
$type
public
string|null
$type
$v
public
string
$v
$value
public
string
$value
mapFrom()
public
mapFrom() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
toJson()
public
toJson() : string
Return values
string
—
toObject()
public
toObject() : object
Return values
object
—