InstantaneousRewardCertificate: {
    cert: {
        amount?: string;
        pot: 0 | 1;
        rewards?: types.AlonzoTypes.InstantaneousReward[];
    };
    type: CertificateType.INSTANT_REWARD;
}

Type declaration