Skip to content

Commit

Permalink
Update verifiable-randomness-functions.md (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
melonges authored Nov 26, 2024
1 parent 8f3549f commit a5a689d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ pub struct RequestRandomnessParams {

Now, we can work on the logic of this instruction. The logic should gather all
of the accounts needed and pass them to
`[VrfRequestRandomness](https://github.com/switchboard-xyz/solana-sdk/blob/fbef37e4a78cbd8b8b6346fcb96af1e20204b861/rust/switchboard-solana/src/oracle_program/instructions/vrf_request_randomness.rs#L8)`,
[VrfRequestRandomness](https://github.com/switchboard-xyz/solana-sdk/blob/fbef37e4a78cbd8b8b6346fcb96af1e20204b861/rust/switchboard-solana/src/oracle_program/instructions/vrf_request_randomness.rs#L8),
which is a really nice struct from Switchboard. Then we'll sign the request and
send it on it's way.

Expand Down

0 comments on commit a5a689d

Please sign in to comment.