Skip to content

Commit

Permalink
New translations cancel-transaction.mdx (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Jan 21, 2025
1 parent bbe2d69 commit a06ea1f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ web3をkaia web3に拡張するために、**web3py_ext**から**extend**をイ

---

eth_account****web3py_ext**\*cytoolz**から必要なutilsをインポートする。
**eth_account****web3py_ext**\*cytoolz\*\*から必要なutilsをインポートする。

```py cancel_example.py focus=3:10

Expand Down Expand Up @@ -178,39 +178,39 @@ web3_cancel_sign_recover()

---

値転送TX**を送信する。 それは**txプール**にあり、実行前に**キャンセル\*\*される。 キャンセルTXは、すでに実行されていれば失敗する。
**値転送TX**を送信する。 それは**txプール**にあり、実行前に**キャンセル**される。 キャンセルTXは、すでに実行されていれば失敗する。

```py cancel_example.py focus=19:27

```

---

TxType.CANCEL**型の空のトランザクションを作成する。 empty_tx**ユーティリティを使えば、デフォルトのフィールドが埋められたtxを得ることができる。
**TxType.CANCEL**型の空のトランザクションを作成する。 **empty_tx**ユーティリティを使えば、デフォルトのフィールドが埋められたtxを得ることができる。

```py cancel_example.py focus=4,5,8,29

```

---

from**フィールドと**nonce**フィールドを、**merge\*\*ユーティリティを使用して空のtxにマージする。
**from**フィールドと**nonce**フィールドを、**merge**ユーティリティを使用して空のtxにマージする。

```py cancel_example.py focus=10,30:33

```

---

nonce**を、以前に送信された**値転送tx****同じ**にする。 キャンセルしたいのと同じtx nonce**を設定する必要がある。
**nonce**を、以前に送信された**値転送tx****同じ**にする。 キャンセルしたいのと同じtx nonce\*\*を設定する必要がある。

```python cancel_example.py focus=4,6,8,32

```

---

fill_transaction\*\*を使用して、トランザクション・オブジェクトにガス・リミットなどのパラメータを追加する。
**fill_transaction**を使用して、トランザクション・オブジェクトにガス・リミットなどのパラメータを追加する。

```python cancel_example.py focus=4,6,8,34

Expand Down Expand Up @@ -285,7 +285,7 @@ decoded transaction: {

---

wait_for_transaction_receipt\*\*メソッドは、ブロックチェーンで完了した場合、txレシートを返す。
**wait_for_transaction_receipt**メソッドは、ブロックチェーンで完了した場合、txレシートを返す。

<CH.Code>
```python cancel_example.py focus=47:48
Expand Down

0 comments on commit a06ea1f

Please sign in to comment.