Skip to content

Commit

Permalink
Merge pull request #1026 from karlwanghn/patch-4
Browse files Browse the repository at this point in the history
Update assemble_transaction.md
  • Loading branch information
MaggieNgWu committed Nov 2, 2020
2 parents df311c9 + 92d59e5 commit d1896b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/java_sdk/assemble_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TransactionResponse的数据结构如下:
AssembleTransactionProcessor transactionProcessor = TransactionProcessorFactory.createAssembleTransactionProcessor(client, keyPair, "src/main/resources/abi/", "");
```

合约调用又可以被区分为『交易』和『查询』。被view修饰符修饰的方法一般称为“交易”,而未被修饰的才会称为“查询”。以下是“交易”和“查询”更详细的区别。
合约调用又可以被区分为『交易』和『查询』。被view修饰符修饰的方法一般称为“查询”,而未被修饰的才会称为“交易”。以下是“交易”和“查询”更详细的区别。

| 内容 | 查询 | 交易 |
| ---- | ---- | ----|
Expand Down

0 comments on commit d1896b3

Please sign in to comment.