Type alias StakeDistribution

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

Map of the live stake distribution, indexed by PoolId

Generated using TypeDoc