ResultData: {
    additionalData: any;
    additionalDataType: AdditionalDataType;
    blockchain: BlockchainName | undefined;
    currentCert: Certificate;
    currentTime: Date;
    inputData: InputData & {
        certFileName: string;
        displayName: string;
    };
    message: string;
    step: Step;
    type: MessageType;
}