私はいくつかの取引をしたいです。ここで述べたように
sendRawTransaction は、トランザクションのハッシュを返します。しかし、取引はありません。保留中のトランザクション数は 0 です。その hash で getTransaction メソッドを呼び出すと、結果は次のようになります。
{
'blockHash': None,
'blockNumber': None,
'from': 'my address',
'gas': 118685,
'gasPrice': 1000000000,
'hash': HexBytes('some hash'),
'input': 'some long hash',
'nonce': 1254,
'r': HexBytes('...'),
's': HexBytes('...'),
'to': 'my contract address',
'transactionIndex': None,
'v': 42,
'value': 0
}
その理由は何ですか?