Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxifun authored May 18, 2021
1 parent 70ce7ab commit ad9a615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/irita/consumers/fabric/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ type FiscoBcosInput struct {
```
> `OptType`为调用的合约的方法类型,其中`constant``call`,`非constant``tx`
> `ChainId` 为调用的目标链的链ID,可以在BSN的应用详情页找到
> `ContractAddress` 为调用的目标合约的合约地址
> `CallData` 为使用调用的目标合约的合约ABI、合约方法名、合约参数、序列化后的数据的哈希字符串,不包含`0x`,可以参考BSN网关go语言SDK的 [ParesData](https://github.com/BSNDA/PCNGateway-Go-SDK/blob/6d97d885f96597f4b35040df17fdca1fbcda07ab/pkg/core/trans/fiscobcos/trans.go#L24)
> `ContractAddress` 为调用的目标合约的合约地址,不包含`0x`
> `CallData` 为使用调用的目标合约的合约ABI、合约方法名、合约参数、序列化后的数据的哈希字符串,可以参考BSN网关go语言SDK的 [ParesData](https://github.com/BSNDA/PCNGateway-Go-SDK/blob/6d97d885f96597f4b35040df17fdca1fbcda07ab/pkg/core/trans/fiscobcos/trans.go#L24)
调用成功,将返回唯一的请求ID,请注意保存该值,在回调方法中可以根据该值判断跨链结果。

Expand Down

0 comments on commit ad9a615

Please sign in to comment.