Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Nov 27, 2024
1 parent 67cda32 commit 8c50661
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/blade/ChildERC721Predicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Function to be used for token deposits for rollback
| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |
| sender | address | Address of the sender on the chain chain |
| sender | address | Address of the sender on the child chain |
| data | bytes | Data sent by the sender |

### rootERC721Predicate
Expand Down
2 changes: 1 addition & 1 deletion docs/blade/ChildERC721PredicateAccessList.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Function to be used for token deposits for rollback
| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |
| sender | address | Address of the sender on the chain chain |
| sender | address | Address of the sender on the child chain |
| data | bytes | Data sent by the sender |

### owner
Expand Down
20 changes: 20 additions & 0 deletions docs/blade/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,26 @@ function totalVotingPower() external view returns (uint256)

## Events

### BridgeBatchResult

```solidity
event BridgeBatchResult(uint256 startId, uint256 endId, uint256 sourceChainId, uint256 destinationChainId, bool isRollback)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| startId | uint256 | undefined |
| endId | uint256 | undefined |
| sourceChainId | uint256 | undefined |
| destinationChainId | uint256 | undefined |
| isRollback | bool | undefined |

### BridgeMessageResult

```solidity
Expand Down

0 comments on commit 8c50661

Please sign in to comment.