export type SubmitTransactionClass = {
    signedCbor?: string | null;
    signGuid?: string | null;
};
