StakeDistribution: Map<PoolId, {
    stake: {
        pool: Lovelace;
        supply: Lovelace;
    };
    vrf: VrfVkHex;
}>

Generated using TypeDoc