Skip to content

Commit

Permalink
New translations legacy.mdx (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Jan 21, 2025
1 parent ad62285 commit 90f75e9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# レガシー・アカウント・キー

**アカウントキーレガシー**
**AccountKeyLegacy**

<CH.Spotlight>
<CH.Code>
Expand Down Expand Up @@ -84,7 +84,7 @@ web3をkaia web3に拡張するために、**web3py_ext**から**extend**をイ

---

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

```py web3_account_update_legacy.py focus=3:16

Expand Down Expand Up @@ -158,15 +158,15 @@ web3_account_update_legacy()

---

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

```py web3_account_update_legacy.py focus=6:7,10,24

```

---

merge**ユーティリティを使用して、**sender****keys**のような**追加フィールド\*\*を空のtxにマージする。
**merge**ユーティリティを使用して、**sender****keys**のような**追加フィールド**を空のtxにマージする。

```py web3_account_update_legacy.py focus=15,25:31

Expand All @@ -182,15 +182,15 @@ merge**ユーティリティを使用して、**sender**や**keys**のような*

---

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

```py web3_account_update_legacy.py focus=6,8,10,32

```

---

to_pretty\*\*ユーティリティを使えば、フォーマットされたtxをプリントすることができる。
**to_pretty**ユーティリティを使えば、フォーマットされたtxをプリントすることができる。

<CH.Code>
```py web3_account_update_legacy.py focus=11,12,14,33
Expand Down

0 comments on commit 90f75e9

Please sign in to comment.