Skip to main content

Filecoin.EthGetTransactionByHash

Params

(1)

1. tx_hash (required)

string

Result

(Filecoin.EthGetTransactionByHash.Result)
(any of)
accessList
array[string] or null
blockHash
string
required
blockNumber
string
required
chainId
string
required
from
string
required
gas
string
required
gasPrice
hash
string
required
input
string
required
maxFeePerGas
maxPriorityFeePerGas
nonce
string
required
r
string
required
s
string
required
to
transactionIndex
string
required
type
string
required
v
string
required
value
string
required

Params

tx_hash


Request

await window.ethereum.request({
"method": "Filecoin.EthGetTransactionByHash",
"params": [
null
]
});