mirror of
https://github.com/fluencelabs/fluence-VRF
synced 2025-04-25 07:12:14 +00:00
Update internal_API.txt
This commit is contained in:
parent
70f9711897
commit
bc2134b4e0
@ -7,6 +7,9 @@ bool add_stake(int stake_number, PK, committed random part);
|
|||||||
# information about participants of the current game
|
# information about participants of the current game
|
||||||
PK[] participants() const;
|
PK[] participants() const;
|
||||||
|
|
||||||
|
# stake of a participant (TODO: add special code for failure)
|
||||||
|
int get_stake(PK);
|
||||||
|
|
||||||
# reveal a part of a random
|
# reveal a part of a random
|
||||||
bool reveal(PK, reveal data);
|
bool reveal(PK, reveal data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user