import { Emulator } from "https://deno.land/x/lucid@0.10.7/src/mod.ts";
Emulates the behaviour of the reward distribution at epoch boundaries. Stake keys need to be registered and delegated like on a real chain in order to receive rewards.
x/lucid/src/mod.ts>Emulator#distributeRewards
import { Emulator } from "https://deno.land/x/lucid@0.10.7/src/mod.ts";
Emulates the behaviour of the reward distribution at epoch boundaries. Stake keys need to be registered and delegated like on a real chain in order to receive rewards.