Skip to content

Commit 7a402ab

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
docs update
1 parent 06e6c3c commit 7a402ab

File tree

4 files changed

+92
-0
lines changed

4 files changed

+92
-0
lines changed

docs/Multiwrap.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,29 @@ function hasRole(bytes32 role, address account) external view returns (bool)
363363

364364
*Returns `true` if `account` has been granted `role`.*
365365

366+
#### Parameters
367+
368+
| Name | Type | Description |
369+
|---|---|---|
370+
| role | bytes32 | undefined
371+
| account | address | undefined
372+
373+
#### Returns
374+
375+
| Name | Type | Description |
376+
|---|---|---|
377+
| _0 | bool | undefined
378+
379+
### hasRoleWithSwitch
380+
381+
```solidity
382+
function hasRoleWithSwitch(bytes32 role, address account) external view returns (bool)
383+
```
384+
385+
386+
387+
388+
366389
#### Parameters
367390

368391
| Name | Type | Description |

docs/Permissions.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,29 @@ function hasRole(bytes32 role, address account) external view returns (bool)
7676

7777
*Returns `true` if `account` has been granted `role`.*
7878

79+
#### Parameters
80+
81+
| Name | Type | Description |
82+
|---|---|---|
83+
| role | bytes32 | undefined
84+
| account | address | undefined
85+
86+
#### Returns
87+
88+
| Name | Type | Description |
89+
|---|---|---|
90+
| _0 | bool | undefined
91+
92+
### hasRoleWithSwitch
93+
94+
```solidity
95+
function hasRoleWithSwitch(bytes32 role, address account) external view returns (bool)
96+
```
97+
98+
99+
100+
101+
79102
#### Parameters
80103

81104
| Name | Type | Description |

docs/PermissionsEnumerable.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,29 @@ function hasRole(bytes32 role, address account) external view returns (bool)
121121

122122
*Returns `true` if `account` has been granted `role`.*
123123

124+
#### Parameters
125+
126+
| Name | Type | Description |
127+
|---|---|---|
128+
| role | bytes32 | undefined
129+
| account | address | undefined
130+
131+
#### Returns
132+
133+
| Name | Type | Description |
134+
|---|---|---|
135+
| _0 | bool | undefined
136+
137+
### hasRoleWithSwitch
138+
139+
```solidity
140+
function hasRoleWithSwitch(bytes32 role, address account) external view returns (bool)
141+
```
142+
143+
144+
145+
146+
124147
#### Parameters
125148

126149
| Name | Type | Description |

docs/SignatureDrop.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,29 @@ function hasRole(bytes32 role, address account) external view returns (bool)
416416

417417
*Returns `true` if `account` has been granted `role`.*
418418

419+
#### Parameters
420+
421+
| Name | Type | Description |
422+
|---|---|---|
423+
| role | bytes32 | undefined
424+
| account | address | undefined
425+
426+
#### Returns
427+
428+
| Name | Type | Description |
429+
|---|---|---|
430+
| _0 | bool | undefined
431+
432+
### hasRoleWithSwitch
433+
434+
```solidity
435+
function hasRoleWithSwitch(bytes32 role, address account) external view returns (bool)
436+
```
437+
438+
439+
440+
441+
419442
#### Parameters
420443

421444
| Name | Type | Description |

0 commit comments

Comments
 (0)