RandomInnerInterface
type RandomInnerInterface
A typed view of the `0x2::random::RandomInner` state held in the dynamic field of the [`Random`] singleton.
type RandomInnerInterface interface {
Epoch() uint64
RandomBytes() []byte
// The randomness round the current `random_bytes` were produced for.
RandomnessRound() uint64
Version() uint64
}