Skip to content

Commit cc0796d

Browse files
committed
docs
1 parent 92cda4a commit cc0796d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/PackVRFDirect.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
7+
NOTE: This contract is a work in progress.
88

99

1010

@@ -786,6 +786,22 @@ function safeTransferFrom(address from, address to, uint256 id, uint256 amount,
786786
| amount | uint256 | undefined |
787787
| data | bytes | undefined |
788788

789+
### sendRewardsIndirect
790+
791+
```solidity
792+
function sendRewardsIndirect(address _opener) external nonpayable
793+
```
794+
795+
Lets a pack owner open packs and receive the packs' reward units.
796+
797+
798+
799+
#### Parameters
800+
801+
| Name | Type | Description |
802+
|---|---|---|
803+
| _opener | address | undefined |
804+
789805
### setApprovalForAll
790806

791807
```solidity

0 commit comments

Comments
 (0)