@cfxjs/sirius-next-i18n 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1466,9 +1466,9 @@
|
|
|
1466
1466
|
"aaHash": "AA 交易哈希",
|
|
1467
1467
|
"bundleHash": "Bundle 交易哈希",
|
|
1468
1468
|
"signature": "签名",
|
|
1469
|
-
"bundler": "
|
|
1469
|
+
"bundler": "打包器",
|
|
1470
1470
|
"entryPoint": "入口合约",
|
|
1471
|
-
"paymaster": "
|
|
1471
|
+
"paymaster": "代付方",
|
|
1472
1472
|
"initCode": "初始化代码",
|
|
1473
1473
|
"transactionFee": "AA 交易费",
|
|
1474
1474
|
"gasUsed": "燃料限制 | 燃料用量"
|
|
@@ -1676,7 +1676,9 @@
|
|
|
1676
1676
|
"transactionHash": "交易哈希是一个唯一的66字符的标识符,该标识符在每次交易执行时都会生成。",
|
|
1677
1677
|
"aaTransactionHash": "账户抽象(AA)交易哈希是在每次执行账户抽象交易时生成的唯一的 66 个字符标识符。",
|
|
1678
1678
|
"bundleTransactionHash": "该账户抽象交易被打包进的那笔交易的交易哈希。",
|
|
1679
|
+
"bundler": "一种第三方角色,负责在链下处理一个或多个账户抽象交易(User Ops),并通过 Entry Point合约将它们打包成单笔交易提交到链上。",
|
|
1679
1680
|
"entryPoint": "用于创建该账户抽象交易的入口合约。",
|
|
1681
|
+
"paymaster": "一种第三方角色,代替终端用户赞助(垫付)执行账户抽象交易(User Op)所需的 gas 费用。",
|
|
1680
1682
|
"initCode": "创建新的智能合约账户时使用的初始化字节码。",
|
|
1681
1683
|
"executedEpoch": "交易被实际执行的纪元。",
|
|
1682
1684
|
"proposedEpoch": "交易发送者希望该笔交易被执行的纪元。交易只能在与期望被执行纪元相差不超过 100,000 的纪元中执行。",
|