Skip to content

Commit

Permalink
chore: fix some markdown spacing issues suggested by @Mrtenz
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
shane-t and Mrtenz committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7207f07 commit b50371a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SIPS/sip-30.md
Original file line number Diff line number Diff line change
@@ -113,13 +113,16 @@ const entropySources = await snap.request({
#### `snap_getEntropy`

##### Parameters

An object containing:

- `version` - The number 1.
- `salt` (optional) - An arbitrary string to be used as a salt for the entropy. This can be used to generate different entropy for different purposes.
- `source` (optional) - The ID of the entropy source to use. If not specified, the primary entropy source will be used.

#### Returns


The entropy as a hexadecimal string.

#### Example

0 comments on commit b50371a

Please sign in to comment.