Type Alias MirToStakeCreds

MirToStakeCreds: {
    kind: ToStakeCreds;
    pot: MirCertificatePot;
    rewards: { [credentialHex: string]: bigint };
}

Type declaration