mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-20 07:26:50 +00:00
noise seed
This commit is contained in:
@@ -21,6 +21,9 @@ pub struct Permit {
|
||||
|
||||
/// The fee paid to the executor.
|
||||
pub fee: u64,
|
||||
|
||||
/// A user-supplied seed for random number generation.
|
||||
pub seed: [u8; 32],
|
||||
}
|
||||
|
||||
impl Permit {
|
||||
|
||||
Reference in New Issue
Block a user