Calculate PF Array Draw
Draws a set of distinct provably fair numbers from a pool — the Keno or lottery form of a fair roll.
Same commit/reveal inputs as Calculate Roll, but instead of one value it returns Draw Count numbers drawn from a pool of Pool Size.
Actions
| Signal | Description |
|---|
| Do | Performs the draw. |
General
| Data | Description |
|---|
| client seed (string) | The player's client seed. |
| server seed (string) | The secret server seed for this round. |
| nonce (number) | The round nonce. |
| draw count (number) | How many numbers to draw. |
| pool size (number) | How large the pool is — a Keno pool of 80 means numbers 1 to 80. |
Outputs
| Data | Description |
|---|
| result (array) | The drawn numbers. |
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |