interface PerBlockRandomness {
    epoch: bigint;
    round: bigint;
    seed: _0x1.option.Option<string>;
}

Properties

Properties

epoch: bigint
round: bigint
seed: _0x1.option.Option<string>